Don't write some error log

This commit is contained in:
zhengshuxin 2023-03-30 16:29:29 +08:00
parent 8d371b0a17
commit 331e4826dc

View File

@ -379,9 +379,11 @@ int WINAPI acl_fiber_poll(struct pollfd *fds, nfds_t nfds, int timeout)
pe->nready = -1;
}
#if 0
msg_info("%s(%d), %s: fiber-%u was killed, %s, timeout=%d",
__FILE__, __LINE__, __FUNCTION__,
acl_fiber_id(pe->fiber), last_serror(), timeout);
#endif
break;
}