projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fda25a
)
[NETFILTER] net/ipv4/netfilter/ip_tables.c: lower printk severity
author
Dan Aloni
<da-x@monatomic.org>
Mon, 9 Jul 2007 20:20:12 +0000
(13:20 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Wed, 11 Jul 2007 05:18:53 +0000
(22:18 -0700)
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>
net/ipv4/netfilter/ip_tables.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/netfilter/ip_tables.c
b/net/ipv4/netfilter/ip_tables.c
index 2ba5bd9c8c1bb2087c5ff430f22867ae325463b1..e1b402c6b855a50072d127974e9002c518fa3872 100644
(file)
--- a/
net/ipv4/netfilter/ip_tables.c
+++ b/
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: