diff options
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/netfilter/arp_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/arp_tables.c b/net/ipv4/netfilter/arp_tables.c index e981232942a1..d1149aba9351 100644 --- a/net/ipv4/netfilter/arp_tables.c +++ b/net/ipv4/netfilter/arp_tables.c | |||
@@ -1184,7 +1184,7 @@ static int __init arp_tables_init(void) | |||
1184 | if (ret < 0) | 1184 | if (ret < 0) |
1185 | goto err4; | 1185 | goto err4; |
1186 | 1186 | ||
1187 | printk("arp_tables: (C) 2002 David S. Miller\n"); | 1187 | printk(KERN_INFO "arp_tables: (C) 2002 David S. Miller\n"); |
1188 | return 0; | 1188 | return 0; |
1189 | 1189 | ||
1190 | err4: | 1190 | err4: |