This commit is contained in:
Sid 2022-04-28 10:43:01 +08:00 committed by GitHub
parent 8214ff0d9e
commit 2b43c3c5f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -577,7 +577,7 @@ static void iocp_wait_more(EVENT_IOCP *ei, int timeout) {
int err = acl_fiber_last_error();
if (err != WAIT_TIMEOUT) {
msg_error("%s(%d):GetQueuedCompletionStatus error=%d, %s",
msg_error("%s(%d):GetQueuedCompletionStatusEx error=%d, %s",
__FUNCTION__, __LINE__, err,
last_serror());
}