patch-pre2.0.3 linux/net/ethernet/eth.c
Next file: linux/net/ipv4/Config.in
Previous file: linux/net/core/skbuff.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/ethernet/eth.c
 -  Orig date: 
Tue May  7 16:22:41 1996
 
diff -u --recursive --new-file pre2.0.2/linux/net/ethernet/eth.c linux/net/ethernet/eth.c
@@ -231,7 +231,7 @@
 
 	if (htype != ETH_P_IP)
 	{
-		printk("eth_header_cache_bind: %04x cache is not implemented\n", htype);
+		printk(KERN_DEBUG "eth_header_cache_bind: %04x cache is not implemented\n", htype);
 		return;
 	}
 	if (arp_bind_cache(hhp, dev, htype, daddr))
@@ -252,7 +252,7 @@
 {
 	if (hh->hh_type != ETH_P_IP)
 	{
-		printk("eth_header_cache_update: %04x cache is not implemented\n", hh->hh_type);
+		printk(KERN_DEBUG "eth_header_cache_update: %04x cache is not implemented\n", hh->hh_type);
 		return;
 	}
 	memcpy(hh->hh_data, haddr, ETH_ALEN);
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