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)
{
printf("tcp_select: not implemented for exceptions\n");
/* Should add code for exceptions */
}
return resops;
}

View 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;
}