aboutsummaryrefslogtreecommitdiff
path: root/bbot/diagnostics.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/diagnostics.cxx')
-rw-r--r--bbot/diagnostics.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/diagnostics.cxx b/bbot/diagnostics.cxx
index b5bd9f8..7ba84c2 100644
--- a/bbot/diagnostics.cxx
+++ b/bbot/diagnostics.cxx
@@ -68,7 +68,7 @@ namespace bbot
// We don't always see colorized output so keep 'error: ', etc.
//
- fail.type_ = with_critical ? "<2>error: " : "<3>error: ";
+ fail.type_ = with_critical ? "<2>fatal: " : "<3>error: ";
error.type_ = "<3>error: ";
warn.type_ = "<4>warning: ";
info.type_ = "<6>";