Minor formatting.
This commit is contained in:
parent
4bd95fe163
commit
4d533dfd0b
@ -117,7 +117,8 @@ void Logger::log(Priority priority, const input::Location &location, const char
|
||||
|
||||
m_errorStream
|
||||
<< LocationFormat
|
||||
<< location.sectionStart << ":" << location.rowStart << ":" << location.columnStart << ": "
|
||||
<< location.sectionStart << ":" << location.rowStart << ":" << location.columnStart << ":"
|
||||
<< ResetFormat() << " "
|
||||
<< priorityFormat(priority) << priorityName(priority) << ":"
|
||||
<< ResetFormat() << " "
|
||||
<< MessageBodyFormat << message
|
||||
|
Loading…
Reference in New Issue
Block a user