From ef6399f38704fbaff1b195ab896a03fbb733b951 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Aug 2017 20:41:00 +0200 Subject: Use 'fatal:' instead of 'error:' for hard failures in agent --- bbot/diagnostics.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bbot/diagnostics.hxx') diff --git a/bbot/diagnostics.hxx b/bbot/diagnostics.hxx index 1e349ec..99d3df4 100644 --- a/bbot/diagnostics.hxx +++ b/bbot/diagnostics.hxx @@ -181,7 +181,7 @@ namespace bbot // If with_critical is true, then distinguish between fail (critical error, // daemon terminates) and error (non-fatal error, daemon continues to run). // Note that this means we should be careful not to use fail to report - // normal errors and vice-versa. + // normal errors and vice-versa (see fail hard). // void systemd_diagnostics (bool with_critical); -- cgit v1.1