mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 22:42:41 +01:00
Get rid of unnecessary "interrupted by the user" message with -vvv
This commit is contained in:
parent
4acca1a5b9
commit
54616be64f
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue