patch-2.1.31 linux/net/ipv4/timer.c

Next file: linux/net/ipv4/udp.c
Previous file: linux/net/ipv4/tcp_timer.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.30/linux/net/ipv4/timer.c linux/net/ipv4/timer.c
@@ -122,7 +122,7 @@
 
 			if (sk->state != TCP_CLOSE) 
 			{
-				printk ("non CLOSE socket in time_done\n");
+				printk (KERN_DEBUG "non CLOSE socket in time_done\n");
 				break;
 			}
 			destroy_sock (sk);
@@ -148,7 +148,7 @@
 			break;
 
 		default:
-			printk ("net_timer: timer expired - reason %d is unknown\n", why);
+			printk (KERN_DEBUG "net_timer: timer expired - reason %d is unknown\n", why);
 			break;
 	}
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov