guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/27: Get rid of unnecessary "interrupted by the user" message with -vv


From: Ludovic Courtès
Subject: 04/27: Get rid of unnecessary "interrupted by the user" message with -vvv
Date: Wed, 03 Jun 2015 22:00:33 +0000

civodul pushed a commit to branch nix
in repository guix.

commit ccade8c120c53d56863aeda27bcd2f1f484779cb
Author: Eelco Dolstra <address@hidden>
Date:   Fri Dec 12 14:01:14 2014 +0100

    Get rid of unnecessary "interrupted by the user" message with -vvv
---
 nix/nix-daemon/nix-daemon.cc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/nix/nix-daemon/nix-daemon.cc b/nix/nix-daemon/nix-daemon.cc
index 463aba1..ecff25d 100644
--- a/nix/nix-daemon/nix-daemon.cc
+++ b/nix/nix-daemon/nix-daemon.cc
@@ -743,6 +743,8 @@ static void processConnection(bool trusted)
         assert(!canSendStderr);
     };
 
+    canSendStderr = false;
+    _isInterrupted = false;
     printMsg(lvlDebug, format("%1% operations") % opCount);
 }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]