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