Skip to content

Commit

Permalink
ErrorMessage: document equivalent of empty template format
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Aug 2, 2023
1 parent fe2cdf7 commit b159232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/errorlogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit b159232

Please sign in to comment.