Skip to content

Commit

Permalink
Remove redundant warning: prefix from structured build log warning
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Dec 9, 2024
1 parent 1421420 commit f3c722c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libutil/logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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()
);
Expand Down

0 comments on commit f3c722c

Please sign in to comment.