about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-07-20T12·19+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-07-20T12·19+0000
commitee2cf45d76a12542fa7c29563cfd9a67524479d8 (patch)
treee886e32df95fb8636046c7ed84961ecfbf79a199 /src
parenteca30e12e1c970e4e82ad8fec45d9e2db26b236d (diff)
* Use debug().
Diffstat (limited to 'src')
-rw-r--r--src/libstore/gc.cc2
1 files changed, 1 insertions, 1 deletions
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);