1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 19:57:59 +02:00

Remove redundant warning: prefix from structured build log warning

This commit is contained in:
Robert Hensing 2024-12-09 17:20:27 +01:00
parent 1421420e86
commit f3c722cab2

View file

@ -331,7 +331,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()
);