Less debug output

This commit is contained in:
Philip Homburg 2005-11-10 15:40:36 +00:00
parent 233c092280
commit f6bc0beb6f
2 changed files with 1 additions and 3 deletions

View File

@ -320,7 +320,7 @@ unsigned operations;
} }
if (operations & SR_SELECT_EXCEPTION) if (operations & SR_SELECT_EXCEPTION)
{ {
printf("tcp_select: not implemented for exceptions\n"); /* Should add code for exceptions */
} }
return resops; return resops;
} }

View File

@ -370,8 +370,6 @@ tcp_conn_t *tcp_conn;
DBLOCK(0x1, printf( DBLOCK(0x1, printf(
"partial segment: setting TCF_NO_PUSH\n")); "partial segment: setting TCF_NO_PUSH\n"));
tcp_conn->tc_flags |= TCF_NO_PUSH; tcp_conn->tc_flags |= TCF_NO_PUSH;
tcp_print_conn(tcp_conn);
printf("\n");
} }
goto after_data; goto after_data;
} }