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