From 4d533dfd0b5d5a0c9a779004acd40d8625b13218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Thu, 24 Nov 2016 23:38:06 +0100 Subject: [PATCH] Minor formatting. --- src/anthem/output/Logger.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/anthem/output/Logger.cpp b/src/anthem/output/Logger.cpp index 3313ca7..48b5a13 100644 --- a/src/anthem/output/Logger.cpp +++ b/src/anthem/output/Logger.cpp @@ -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