*** empty log message ***

This commit is contained in:
Mike Goslin 2000-12-21 04:04:58 +00:00
parent 0e9bab6397
commit cfe434e8a3
1 changed files with 2 additions and 0 deletions

View File

@ -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()