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
|
||||
<< LocationFormat
|
||||
<< location.sectionStart << ":" << location.rowStart << ":" << location.columnStart << ":"
|
||||
<< location.sectionStart << ":" << location.rowStart << ":" << location.columnStart << ": "
|
||||
<< priorityFormat(priority) << priorityName(priority) << ":"
|
||||
<< ResetFormat() << " "
|
||||
<< MessageBodyFormat << message
|
||||
|
Loading…
Reference in New Issue
Block a user