mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 19:07:35 +08:00
typo
This commit is contained in:
parent
8214ff0d9e
commit
2b43c3c5f6
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user