1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 00:11:17 +02:00

getMaxCPU(): Lower verbosity level for ignored exceptions

Fixes #7268.
This commit is contained in:
Eelco Dolstra 2022-12-02 15:03:40 +01:00
parent 1e6a5d1ff6
commit fa99ef6a87
2 changed files with 10 additions and 14 deletions

View file

@ -528,7 +528,7 @@ std::string shellEscape(const std::string_view s);
/* Exception handling in destructors: print an error message, then
ignore the exception. */
void ignoreException();
void ignoreException(Verbosity lvl = lvlError);