--- linux/net/ipv4/tcp_input.c 2004-06-16 11:33:16.000000000 -0400 +++ linux-bw/net/ipv4/tcp_input.c 2004-06-24 12:53:06.000000000 -0400 @@ -2919,7 +2919,7 @@ if(tp->snd_wscale > 14) { if(net_ratelimit()) printk("tcp_parse_options: Illegal window " - "scaling value %d >14 received.", + "scaling value %d >14 received.\n", tp->snd_wscale); tp->snd_wscale = 14; }