summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2014-01-10 12:26:35 +0000
committerPatrick McHardy <kaber@trash.net>2014-01-10 12:26:35 +0000
commit3f8820318302da097795ba7d8b2ae3f6dff6cf2e (patch)
treee0d8846a216c4a2a5f303813abc5878f3384b127 /src/main.c
parent488196551e5e34af3df5d92358f3efa5a08f5730 (diff)
parent4097ad726fce2398b42795d7b316d39fb8ea6ee5 (diff)
Merge remote-tracking branch 'origin/master' into next-3.14
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 33a02e1a..14152398 100644
--- a/src/main.c
+++ b/src/main.c
@@ -187,8 +187,8 @@ static int nft_netlink(struct parser_state *state, struct list_head *msgs)
if (err->seqnum == cmd->seqnum ||
err->seqnum == batch_seqnum) {
netlink_io_error(&ctx, &cmd->location,
- "Could not process rule in batch: %s",
- strerror(err->err));
+ "Could not process rule: %s",
+ strerror(err->err));
if (err->seqnum == cmd->seqnum) {
mnl_err_list_free(err);
break;