skynet_error output abnormal log add error tag (#2039)

This commit is contained in:
fanyh
2025-03-18 20:14:45 +08:00
committed by GitHub
parent 93e72a92ac
commit 1ba381a1c2
4 changed files with 22 additions and 22 deletions

View File

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