forked from lix-project/lix
nix-daemon: Less verbosity
This commit is contained in:
parent
d0fad1779f
commit
ece531d105
|
@ -608,7 +608,7 @@ static void processConnection(bool trusted)
|
|||
assert(!canSendStderr);
|
||||
};
|
||||
|
||||
printMsg(lvlError, format("%1% operations") % opCount);
|
||||
printMsg(lvlDebug, format("%1% operations") % opCount);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue