mirror of
https://github.com/NixOS/nix
synced 2025-06-26 15:51:15 +02:00
showTrace flag in loggers
This commit is contained in:
parent
ef24a0835d
commit
8f81fae116
10 changed files with 60 additions and 20 deletions
|
@ -26,7 +26,8 @@ const string& BaseError::calcWhat() const
|
|||
err.name = sname();
|
||||
|
||||
std::ostringstream oss;
|
||||
oss << err;
|
||||
showErrorInfo(oss, err, false);
|
||||
// oss << err;
|
||||
what_ = oss.str();
|
||||
|
||||
return *what_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue