forked from lix-project/lix
* Use debug().
This commit is contained in:
parent
eca30e12e1
commit
ee2cf45d76
|
@ -323,7 +323,7 @@ static void addAdditionalRoots(PathSet & roots)
|
||||||
|
|
||||||
if (rootFinder.empty()) return;
|
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);
|
string result = runProgram(rootFinder);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue