diff --git a/lib/errorlogger.cpp b/lib/errorlogger.cpp index 08ac7fbae7ff..8bc62a5df0d4 100644 --- a/lib/errorlogger.cpp +++ b/lib/errorlogger.cpp @@ -578,6 +578,7 @@ std::string ErrorMessage::toString(bool verbose, const std::string &templateForm // Save this ErrorMessage in plain text. // No template is given + // (not 100%) equivalent templateFormat: {callstack} ({severity}{inconclusive:, inconclusive}) {message} if (templateFormat.empty()) { std::string text; if (!callStack.empty()) {