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