Minor formatting.

This commit is contained in:
Patrick Lühne 2016-11-24 23:38:06 +01:00
parent 4bd95fe163
commit 4d533dfd0b
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 2 additions and 1 deletions

View File

@ -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