Minor formatting of logged messages.
This commit is contained in:
parent
884dcbc51a
commit
384cd8677c
@ -141,7 +141,7 @@ void Logger::log(Priority priority, const input::Location &location, const char
|
|||||||
|
|
||||||
stream
|
stream
|
||||||
<< LocationFormat
|
<< LocationFormat
|
||||||
<< location.sectionStart << ":" << location.rowStart << ":" << location.columnStart << ":"
|
<< location.sectionStart << ":" << location.rowStart << ":" << location.columnStart << ": "
|
||||||
<< priorityFormat(priority) << priorityName(priority) << ":"
|
<< priorityFormat(priority) << priorityName(priority) << ":"
|
||||||
<< ResetFormat() << " "
|
<< ResetFormat() << " "
|
||||||
<< MessageBodyFormat << message
|
<< MessageBodyFormat << message
|
||||||
|
Loading…
Reference in New Issue
Block a user