Remove the "in batch" part, it makes most messages exceed a single line, the
user doesn't care about this and we process even single rules in "batches".
Signed-off-by: Patrick McHardy <kaber@trash.net>
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;