* [PATCH] conntrack: add \n to "expectation table full" message
@ 2008-03-07 9:26 Alexey Dobriyan
2008-03-10 16:45 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2008-03-07 9:26 UTC (permalink / raw)
To: kaber; +Cc: netfilter-devel
Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
---
net/netfilter/nf_conntrack_expect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/net/netfilter/nf_conntrack_expect.c
+++ b/net/netfilter/nf_conntrack_expect.c
@@ -375,7 +375,7 @@ int nf_ct_expect_related(struct nf_conntrack_expect *expect)
if (nf_ct_expect_count >= ve_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;
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] conntrack: add \n to "expectation table full" message
2008-03-07 9:26 [PATCH] conntrack: add \n to "expectation table full" message Alexey Dobriyan
@ 2008-03-10 16:45 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2008-03-10 16:45 UTC (permalink / raw)
To: Alexey Dobriyan; +Cc: netfilter-devel
Alexey Dobriyan wrote:
> Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-10 16:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-07 9:26 [PATCH] conntrack: add \n to "expectation table full" message Alexey Dobriyan
2008-03-10 16:45 ` Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.