Meer debugging
This commit is contained in:
parent
fd2783c8de
commit
1731b9aeda
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue