summaryrefslogtreecommitdiffstats
path: root/xtables.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2011-05-09 20:23:21 +0200
committerPatrick McHardy <kaber@trash.net>2011-05-09 20:23:21 +0200
commitc29f7ef7cb5a31620060ef721d3c65b343eb537a (patch)
tree09d7a610fbdda5c259d85458f4b6cf9ae9b07f03 /xtables.c
parentedc2b1adf32d2b11e126174f525293b3bca6e7bc (diff)
parent6cfb28bb9032dcf2749ff80f88ad37b9fe5e7c2a (diff)
Merge branch 'opts' of git://dev.medozas.de/iptables
Diffstat (limited to 'xtables.c')
-rw-r--r--xtables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xtables.c b/xtables.c
index fab1d79d..9038f892 100644
--- a/xtables.c
+++ b/xtables.c
@@ -742,10 +742,10 @@ static int compatible_revision(const char *name, uint8_t revision, int opt)
if (errno == EPERM) {
/* revision 0 is always supported. */
if (revision != 0)
- fprintf(stderr, "Could not determine whether "
+ fprintf(stderr, "%s: Could not determine whether "
"revision %u is supported, "
"assuming it is.\n",
- revision);
+ name, revision);
return 1;
}
fprintf(stderr, "Could not open socket to kernel: %s\n",