Meer debugging

This commit is contained in:
Thulinma 2010-11-08 19:09:28 +01:00
parent fd2783c8de
commit 1731b9aeda

View file

@ -160,6 +160,8 @@ int main(int argc, char ** argv){
}
}
//#ifdef DEBUG
if (socketError){fprintf(stderr, "socketError\n");}
if (All_Hell_Broke_Loose){fprintf(stderr, "All Hell Broke Loose\n");}
fprintf(stderr, "User %i disconnected.\n", CONN_fd);
//#endif
return 0;