From 4922e33ba25a7bb3f00e28ad7f5ae8754c403112 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 17 Dec 2017 09:13:12 +0200 Subject: Convert to using operator<<(ostream,process_exit) --- bbot/agent/machine.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bbot/agent') diff --git a/bbot/agent/machine.cxx b/bbot/agent/machine.cxx index 955ab77..882f210 100644 --- a/bbot/agent/machine.cxx +++ b/bbot/agent/machine.cxx @@ -59,7 +59,7 @@ namespace bbot "--to-destination", addr + ':' + to_string (port)); if (e != 0 && !ignore_errors) - fail << "process iptables terminated with non-zero exit code"; + fail << "process iptables exited with non-zero code"; // Nobody really knows whether this is really needed (really)... // @@ -78,7 +78,7 @@ namespace bbot "-j", "ACCEPT"); if (e != 0 && !ignore_errors) - fail << "process iptables terminated with non-zero exit code"; + fail << "process iptables exited with non-zero code"; } static string -- cgit v1.1