aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2007-07-14 20:46:15 -0700
committerDavid S. Miller <davem@davemloft.net>2007-07-14 20:46:15 -0700
commita887c1c148ffb3eb1c193e9869ca5297c6e22078 (patch)
treed0fe99a74d2fad3984aa4b3946f9b50b5adebbce /net/ipv4/netfilter
parent[NETFILTER]: nf_conntrack: Don't track locally generated special ICMP error (diff)
downloadlinux-dev-a887c1c148ffb3eb1c193e9869ca5297c6e22078.tar.xz
linux-dev-a887c1c148ffb3eb1c193e9869ca5297c6e22078.zip
[NETFILTER]: Lower *tables printk severity
Lower ip6tables, arptables and ebtables printk severity similar to Dan Aloni's patch for iptables. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/netfilter')
-rw-r--r--net/ipv4/netfilter/arp_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/arp_tables.c b/net/ipv4/netfilter/arp_tables.c
index e981232942a1..d1149aba9351 100644
--- a/net/ipv4/netfilter/arp_tables.c
+++ b/net/ipv4/netfilter/arp_tables.c
@@ -1184,7 +1184,7 @@ static int __init arp_tables_init(void)
if (ret < 0)
goto err4;
- printk("arp_tables: (C) 2002 David S. Miller\n");
+ printk(KERN_INFO "arp_tables: (C) 2002 David S. Miller\n");
return 0;
err4: