diff --git a/src/libstore/gc.cc b/src/libstore/gc.cc index 3831de4408..f25aabb3dc 100644 --- a/src/libstore/gc.cc +++ b/src/libstore/gc.cc @@ -323,7 +323,7 @@ static void addAdditionalRoots(PathSet & roots) if (rootFinder.empty()) return; - printMsg(lvlDebug, format("executing `%1%' to find additional roots") % rootFinder); + debug(format("executing `%1%' to find additional roots") % rootFinder); string result = runProgram(rootFinder);