Get rid of unnecessary "interrupted by the user" message with -vvv

This commit is contained in:
Eelco Dolstra 2014-12-12 14:01:14 +01:00
parent 4acca1a5b9
commit 54616be64f

View file

@ -610,6 +610,8 @@ static void processConnection(bool trusted)
assert(!canSendStderr);
};
canSendStderr = false;
_isInterrupted = false;
printMsg(lvlDebug, format("%1% operations") % opCount);
}