summaryrefslogtreecommitdiffstats
path: root/src/chain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chain.c')
-rw-r--r--src/chain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chain.c b/src/chain.c
index c06e552..fb5d218 100644
--- a/src/chain.c
+++ b/src/chain.c
@@ -471,7 +471,7 @@ static int nft_chain_snprintf_default(char *buf, size_t size, struct nft_chain *
{
return snprintf(buf, size, "family=%u table=%s chain=%s type=%s "
"hook=%u prio=%d policy=%d use=%d "
- "packets=%lu bytes=%lu\n",
+ "packets=%lu bytes=%lu",
c->family, c->table, c->name, c->type, c->hooknum,
c->prio, c->policy, c->use, c->packets, c->bytes);
}