[NETFILTER]: nf_conntrack: add \n to "expectation table full" message

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Alexey Dobriyan and committed by David S. Miller 3d89e9cf 4f4c9430

+1 -1
+1 -1
net/netfilter/nf_conntrack_expect.c
··· 381 381 if (nf_ct_expect_count >= nf_ct_expect_max) { 382 382 if (net_ratelimit()) 383 383 printk(KERN_WARNING 384 - "nf_conntrack: expectation table full"); 384 + "nf_conntrack: expectation table full\n"); 385 385 ret = -EMFILE; 386 386 goto out; 387 387 }