From ee2cf45d76a12542fa7c29563cfd9a67524479d8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 20 Jul 2006 12:19:55 +0000 Subject: [PATCH] * Use debug(). --- src/libstore/gc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);