nix-daemon: Less verbosity

This commit is contained in:
Eelco Dolstra 2014-07-23 19:43:46 +02:00 committed by Ludovic Courtès
parent bb07dfe96f
commit 1cffdf5847
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ static void processConnection(bool trusted)
assert(!canSendStderr);
};
printMsg(lvlError, format("%1% operations") % opCount);
printMsg(lvlDebug, format("%1% operations") % opCount);
}