summaryrefslogtreecommitdiffstats
path: root/iptables-standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables-standalone.c')
-rw-r--r--iptables-standalone.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/iptables-standalone.c b/iptables-standalone.c
index 001bb04b..dbfae5be 100644
--- a/iptables-standalone.c
+++ b/iptables-standalone.c
@@ -73,7 +73,8 @@ main(int argc, char *argv[])
}
if (!ret) {
- fprintf(stderr, "iptables: %s\n",
+ fprintf(stderr, "iptables: %s. "
+ "Run `dmesg' for more information.\n",
iptc_strerror(errno));
if (errno == EAGAIN) {
exit(RESOURCE_PROBLEM);