Skip to content

Commit

Permalink
[NETFILTER] net/ipv4/netfilter/ip_tables.c: lower printk severity
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Aloni <da-x@monatomic.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Dan Aloni authored and David S. Miller committed Jul 11, 2007
1 parent 4fda25a commit 0236e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/netfilter/ip_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0236e66

Please sign in to comment.