mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 20:08:21 +08:00
Don't write some error log
This commit is contained in:
parent
8d371b0a17
commit
331e4826dc
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user