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

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