[NETFILTER]: nf_conntrack: add \n to "expectation table full" message Signed-off-by: Alexey Dobriyan <adobriyan@xxxxx> Signed-off-by: Patrick McHardy <kaber@xxxxxxxxx> --- commit 6cc9434319dd0ea32cc6e1969523a1a77043379c tree 54392c76361f72bed435bd740a84ad3d0aa8a07a parent 342661f5a04f90772e0d33302634e010ab3649ed author Alexey Dobriyan <adobriyan@xxxxx> Mon, 10 Mar 2008 17:50:42 +0100 committer Patrick McHardy <kaber@xxxxxxxxx> Mon, 10 Mar 2008 17:50:42 +0100 net/netfilter/nf_conntrack_expect.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/netfilter/nf_conntrack_expect.c b/net/netfilter/nf_conntrack_expect.c index e06bf00..684ec9c 100644 --- a/net/netfilter/nf_conntrack_expect.c +++ b/net/netfilter/nf_conntrack_expect.c @@ -381,7 +381,7 @@ int nf_ct_expect_related(struct nf_conntrack_expect *expect) if (nf_ct_expect_count >= nf_ct_expect_max) { if (net_ratelimit()) printk(KERN_WARNING - "nf_conntrack: expectation table full"); + "nf_conntrack: expectation table full\n"); ret = -EMFILE; goto out; } -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html