diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libstore/gc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/gc.cc b/src/libstore/gc.cc index 3831de440827..f25aabb3dce8 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); |