mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
skynet_error output abnormal log add error tag (#2039)
This commit is contained in:
@@ -107,7 +107,7 @@ skynet_socket_poll() {
|
||||
forward_message(SKYNET_SOCKET_TYPE_WARNING, false, &result);
|
||||
break;
|
||||
default:
|
||||
skynet_error(NULL, "Unknown socket message type %d.",type);
|
||||
skynet_error(NULL, "error: Unknown socket message type %d.",type);
|
||||
return -1;
|
||||
}
|
||||
if (more) {
|
||||
|
||||
Reference in New Issue
Block a user