mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
Capitalize JSON for consistency
This commit is contained in:
parent
5ac911bad6
commit
6a4bf535d8
11 changed files with 37 additions and 37 deletions
|
@ -306,7 +306,7 @@ bool handleJSONLogMessage(const std::string & msg,
|
|||
|
||||
} catch (std::exception & e) {
|
||||
logError({
|
||||
.name = "Json log message",
|
||||
.name = "JSON log message",
|
||||
.hint = hintfmt("bad log message from builder: %s", e.what())
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue