aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index f059778..cfedf93 100644
--- a/main.c
+++ b/main.c
@@ -46,6 +46,7 @@ static struct conn_data* find_conn_data(int fd){
}
static void delete_conn_data(int fd){
+ debug("Deleting conn_data for fd=%d",fd);
struct hash_item *item=conn_hash[fd%CONN_HASH_SIZE];
assert(item);
if(item->cd.fd==fd){