mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
* Use debug().
This commit is contained in:
parent
eca30e12e1
commit
ee2cf45d76
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue