From 384cd8677cfc80f3229884c86f2e3fc4bab34158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Thu, 24 Nov 2016 17:33:09 +0100 Subject: [PATCH] Minor formatting of logged messages. --- src/anthem/output/Logger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/anthem/output/Logger.cpp b/src/anthem/output/Logger.cpp index 1918b4f..720bb4f 100644 --- a/src/anthem/output/Logger.cpp +++ b/src/anthem/output/Logger.cpp @@ -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