forked from lix-project/lix
Get rid of unnecessary "interrupted by the user" message with -vvv
This commit is contained in:
parent
4acca1a5b9
commit
54616be64f
|
@ -610,6 +610,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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue