[NETFILTER]: nf_conntrack: add \n to "expectation table full" message
authorAlexey Dobriyan <adobriyan@sw.ru>
Mon, 10 Mar 2008 23:43:10 +0000 (16:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Mar 2008 23:43:10 +0000 (16:43 -0700)
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>
net/netfilter/nf_conntrack_expect.c

index e06bf00..684ec9c 100644 (file)
@@ -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;
        }