*** empty log message ***
This commit is contained in:
parent
0e9bab6397
commit
cfe434e8a3
|
|
@ -54,6 +54,8 @@ handle_socket_error(void) {
|
|||
return "Remote host is unreachable";
|
||||
case 10093:
|
||||
return "WSAStartup() was not called";
|
||||
case 0:
|
||||
return sterror(errno);
|
||||
default:
|
||||
if (express_cat.is_debug())
|
||||
express_cat.debug()
|
||||
|
|
|
|||
Loading…
Reference in New Issue