patch-pre2.0.3 linux/net/ipv4/igmp.c
Next file: linux/net/ipv4/ip_alias.c
Previous file: linux/net/ipv4/arp.c
Back to the patch index
Back to the overall index
-  Lines: 18
 -  Date:
Mon May 13 12:15:24 1996
 -  Orig file: 
pre2.0.2/linux/net/ipv4/igmp.c
 -  Orig date: 
Tue May  7 16:22:41 1996
 
diff -u --recursive --new-file pre2.0.2/linux/net/ipv4/igmp.c linux/net/ipv4/igmp.c
@@ -203,7 +203,7 @@
     im->tm_running=0;
   }
   else {
-    printk("igmp_stop_timer() called with timer not running by %p\n",__builtin_return_address(0));
+    printk(KERN_ERR "igmp_stop_timer() called with timer not running by %p\n",__builtin_return_address(0));
   }
 }
 
@@ -459,7 +459,7 @@
 	 
 	if(saddr==0)
 	{
-		printk("Broken multicast host using 0.0.0.0 heard on %s\n",
+		printk(KERN_INFO "Broken multicast host using 0.0.0.0 heard on %s\n",
 			dev->name);
 		kfree_skb(skb, FREE_READ);
 		return 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this