Commit 0236e667 authored by Dan Aloni's avatar Dan Aloni Committed by David S. Miller

[NETFILTER] net/ipv4/netfilter/ip_tables.c: lower printk severity

Signed-off-by: default avatarDan Aloni <da-x@monatomic.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4fda25a2
......@@ -2331,7 +2331,7 @@ static int __init ip_tables_init(void)
if (ret < 0)
goto err5;
printk("ip_tables: (C) 2000-2006 Netfilter Core Team\n");
printk(KERN_INFO "ip_tables: (C) 2000-2006 Netfilter Core Team\n");
return 0;
err5:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment