From: Philip Homburg Date: Thu, 10 Nov 2005 15:40:36 +0000 (+0000) Subject: Less debug output X-Git-Tag: v3.1.2a~504 X-Git-Url: http://zhaoyanbai.com/repos/man.named.html?a=commitdiff_plain;h=f6bc0beb6f2da1b7e16afb1d651c80aa4c60b540;p=minix.git Less debug output --- diff --git a/servers/inet/generic/tcp.c b/servers/inet/generic/tcp.c index 76128cce1..c623674b2 100644 --- a/servers/inet/generic/tcp.c +++ b/servers/inet/generic/tcp.c @@ -320,7 +320,7 @@ unsigned operations; } if (operations & SR_SELECT_EXCEPTION) { - printf("tcp_select: not implemented for exceptions\n"); + /* Should add code for exceptions */ } return resops; } diff --git a/servers/inet/generic/tcp_send.c b/servers/inet/generic/tcp_send.c index db8e8905c..7541ef819 100644 --- a/servers/inet/generic/tcp_send.c +++ b/servers/inet/generic/tcp_send.c @@ -370,8 +370,6 @@ tcp_conn_t *tcp_conn; DBLOCK(0x1, printf( "partial segment: setting TCF_NO_PUSH\n")); tcp_conn->tc_flags |= TCF_NO_PUSH; - tcp_print_conn(tcp_conn); - printf("\n"); } goto after_data; }