patch-pre2.0.3 linux/net/core/dev.c

Next file: linux/net/core/net_alias.c
Previous file: linux/net/bridge/br_tree.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file pre2.0.2/linux/net/core/dev.c linux/net/core/dev.c
@@ -184,7 +184,7 @@
 			return;
 		}
 	}
-	printk("dev_remove_pack: %p not found.\n", pt);
+	printk(KERN_WARNING "dev_remove_pack: %p not found.\n", pt);
 }
 
 /*****************************************************************************************
@@ -360,7 +360,7 @@
 #ifdef CONFIG_NET_DEBUG
 	if (pri >= DEV_NUMBUFFS) 
 	{
-		printk("bad priority in dev_queue_xmit.\n");
+		printk(KERN_WARNING "bad priority in dev_queue_xmit.\n");
 		pri = 1;
 	}
 #endif

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