patch-2.1.31 linux/net/ipv4/ip_output.c
Next file: linux/net/ipv4/ipmr.c
Previous file: linux/net/ipv4/ip_masq_raudio.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Mar 31 12:52:32 1997
-  Orig file: 
v2.1.30/linux/net/ipv4/ip_output.c
-  Orig date: 
Thu Mar 27 14:40:15 1997
diff -u --recursive --new-file v2.1.30/linux/net/ipv4/ip_output.c linux/net/ipv4/ip_output.c
@@ -836,7 +836,7 @@
 		 */
 
 		if ((skb2 = alloc_skb(len+hlen+15,GFP_ATOMIC)) == NULL) {
-			NETDEBUG(printk("IP: frag: no memory for new fragment!\n"));
+			NETDEBUG(printk(KERN_INFO "IP: frag: no memory for new fragment!\n"));
 			ip_statistics.IpFragFails++;
 			kfree_skb(skb, FREE_WRITE);
 			return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov