diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-20T12·19+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-20T12·19+0000 |
commit | ee2cf45d76a12542fa7c29563cfd9a67524479d8 (patch) | |
tree | e886e32df95fb8636046c7ed84961ecfbf79a199 /src/libstore/gc.cc | |
parent | eca30e12e1c970e4e82ad8fec45d9e2db26b236d (diff) |
* Use debug().
Diffstat (limited to 'src/libstore/gc.cc')
-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); |