guix-commits
[Top][All Lists]
Advanced

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

352/376: Get rid of unnecessary "interrupted by the user" message with -


From: Ludovic Courtès
Subject: 352/376: Get rid of unnecessary "interrupted by the user" message with -vvv
Date: Wed, 28 Jan 2015 22:06:08 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 54616be64f84f0e64ecc288dc51d54b301d3e91e
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
---
 src/nix-daemon/nix-daemon.cc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/nix-daemon/nix-daemon.cc b/src/nix-daemon/nix-daemon.cc
index ae6e560..12efd46 100644
--- a/src/nix-daemon/nix-daemon.cc
+++ b/src/nix-daemon/nix-daemon.cc
@@ -610,6 +610,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]