Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 4fda25a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: