Skip to content
Snippets Groups Projects
Commit cc7e3644 authored by rswindell's avatar rswindell
Browse files

Socket duplication debug log output.

parent 9253f2cd
No related branches found
No related tags found
No related merge requests found
......@@ -3069,6 +3069,7 @@ bool sbbs_t::init()
errormsg(WHERE,ERR_CREATE,"duplicate socket handle",client_socket);
return(false);
}
lprintf(LOG_DEBUG,"Node %d socket %u duplicated as %u", cfg.node_num, client_socket, client_socket_dup);
#else
client_socket_dup = client_socket;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment