mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Remove redundant warning: prefix from structured build log warning
(cherry picked from commit f3c722cab2
)
This commit is contained in:
parent
6b2722fc84
commit
29d91db99c
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ bool handleJSONLogMessage(nlohmann::json & json,
|
|||
return true;
|
||||
} catch (const nlohmann::json::exception &e) {
|
||||
warn(
|
||||
"warning: Unable to handle a JSON message from %s: %s",
|
||||
"Unable to handle a JSON message from %s: %s",
|
||||
Uncolored(source),
|
||||
e.what()
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue