diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-07-23 19:43:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-11 17:11:27 +0200 |
commit | 1cffdf5847b065183c9aac86df3a9578020e6712 (patch) | |
tree | 9e5201b0f5009e4f252d6c2611a595159d0f0978 /nix | |
parent | bb07dfe96f0d07aa18db385d3ec93b24b5568213 (diff) | |
download | guix-1cffdf5847b065183c9aac86df3a9578020e6712.tar.gz |
nix-daemon: Less verbosity
Diffstat (limited to 'nix')
-rw-r--r-- | nix/nix-daemon/nix-daemon.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/nix-daemon/nix-daemon.cc b/nix/nix-daemon/nix-daemon.cc index ed3febd0af..6c45934f15 100644 --- a/nix/nix-daemon/nix-daemon.cc +++ b/nix/nix-daemon/nix-daemon.cc @@ -745,7 +745,7 @@ static void processConnection(bool trusted) assert(!canSendStderr); }; - printMsg(lvlError, format("%1% operations") % opCount); + printMsg(lvlDebug, format("%1% operations") % opCount); } |