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
- Lines: 18
- Date:
Mon Mar 31 12:52:32 1997
- Orig file:
v2.1.30/linux/net/ipv4/timer.c
- Orig date:
Thu Mar 27 14:40:16 1997
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