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 committed by Ludovic Courtès
parent 8d9a0be278
commit ccade8c120
1 changed files with 2 additions and 0 deletions

View File

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