aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/machine.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/agent/machine.cxx')
-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