mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Remove redundant warning: prefix from structured build log warning
This commit is contained in:
parent
1421420e86
commit
f3c722cab2
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ bool handleJSONLogMessage(nlohmann::json & json,
|
||||||
return true;
|
return true;
|
||||||
} catch (const nlohmann::json::exception &e) {
|
} catch (const nlohmann::json::exception &e) {
|
||||||
warn(
|
warn(
|
||||||
"warning: Unable to handle a JSON message from %s: %s",
|
"Unable to handle a JSON message from %s: %s",
|
||||||
Uncolored(source),
|
Uncolored(source),
|
||||||
e.what()
|
e.what()
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue