Minor formatting of logged messages.

This commit is contained in:
Patrick Lühne 2016-11-24 17:33:09 +01:00
parent 884dcbc51a
commit 384cd8677c
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

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