summaryrefslogtreecommitdiffstats
path: root/iptables-restore.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables-restore.c')
-rw-r--r--iptables-restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables-restore.c b/iptables-restore.c
index 628997ec..9abdef25 100644
--- a/iptables-restore.c
+++ b/iptables-restore.c
@@ -64,7 +64,7 @@ iptc_handle_t create_handle(const char *tablename, const char* modprobe )
}
if (!handle) {
- exit_error(PARAMETER_PROBLEM, "%s: unable to initialize"
+ exit_error(PARAMETER_PROBLEM, "%s: unable to initialize "
"table '%s'\n", program_name, tablename);
exit(1);
}