mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 23:12:44 +01:00
Revert "Merge pull request #3558 from LnL7/ssh-ng-stderr"
This reverts commit3ebfbecdd1, reversing changes made toc089c52d5f. https://github.com/NixOS/nix/pull/3558
This commit is contained in:
parent
909b4a8820
commit
fd4911269f
2 changed files with 2 additions and 14 deletions
|
|
@ -779,10 +779,8 @@ std::exception_ptr RemoteStore::Connection::processStderr(Sink * sink, Source *
|
|||
return std::make_exception_ptr(Error(status, error));
|
||||
}
|
||||
|
||||
else if (msg == STDERR_NEXT) {
|
||||
string s = chomp(readString(from));
|
||||
printMsg(lvlVomit, "stderr %s", s);
|
||||
}
|
||||
else if (msg == STDERR_NEXT)
|
||||
printError(chomp(readString(from)));
|
||||
|
||||
else if (msg == STDERR_START_ACTIVITY) {
|
||||
auto act = readNum<ActivityId>(from);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue