mirror of
https://github.com/NixOS/nix
synced 2025-06-28 05:21:16 +02:00
comments and cleanup
This commit is contained in:
parent
70bcb39d3f
commit
9159dfe3d8
9 changed files with 7 additions and 19 deletions
|
@ -80,10 +80,9 @@ struct TunnelLogger : public Logger
|
|||
|
||||
std::stringstream oss;
|
||||
showErrorInfo(oss, ei, false);
|
||||
// oss << ei;
|
||||
|
||||
StringSink buf;
|
||||
buf << STDERR_NEXT << oss.str() << "\n"; // (fs.s + "\n");
|
||||
buf << STDERR_NEXT << oss.str() << "\n";
|
||||
enqueueMsg(*buf.s);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue