]> Zhao Yanbai Git Server - minix.git/commitdiff
Less debug output
authorPhilip Homburg <philip@cs.vu.nl>
Thu, 10 Nov 2005 15:40:36 +0000 (15:40 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Thu, 10 Nov 2005 15:40:36 +0000 (15:40 +0000)
servers/inet/generic/tcp.c
servers/inet/generic/tcp_send.c

index 76128cce1c4ccfeb3445dbb1df2805d07ea23b18..c623674b200161958593168bc2fee638a8e99898 100644 (file)
@@ -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;
 }
index db8e8905cba51e398f2c37b6b56a18c14b6b95c8..7541ef819f4cfb9529e44d6589313c2e0aa881a9 100644 (file)
@@ -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;
                        }