[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200707091851.l69IpDYm001743@imap1.linux-foundation.org>
Date: Mon, 09 Jul 2007 11:51:13 -0700
From: akpm@...ux-foundation.org
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, akpm@...ux-foundation.org,
da-x@...atomic.org
Subject: [patch 7/8] net/ipv4/netfilter/ip_tables.c: lower printk severity
From: Dan Aloni <da-x@...atomic.org>
Signed-off-by: Dan Aloni <da-x@...atomic.org>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
---
net/ipv4/netfilter/ip_tables.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN net/ipv4/netfilter/ip_tables.c~net-ipv4-netfilter-ip_tablesc-lower-printk-severity net/ipv4/netfilter/ip_tables.c
--- a/net/ipv4/netfilter/ip_tables.c~net-ipv4-netfilter-ip_tablesc-lower-printk-severity
+++ a/net/ipv4/netfilter/ip_tables.c
@@ -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:
_
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists