aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-12-17 09:13:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-12-17 09:13:12 +0200
commit4922e33ba25a7bb3f00e28ad7f5ae8754c403112 (patch)
tree6144e1aad2ae6d09d5b73c6ac1c772a04e9cef74 /bbot/agent
parentb5bcfa655986310f70755551b12fb259ad91d774 (diff)
Convert to using operator<<(ostream,process_exit)
Diffstat (limited to 'bbot/agent')
-rw-r--r--bbot/agent/machine.cxx4
1 files changed, 2 insertions, 2 deletions
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