mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-08-12 13:04:57 +00:00
Low: loop_pool_kqueue: remove potentially noisy dbug statement
This commit is contained in:
parent
038d3635de
commit
0dc7003d08
@ -140,11 +140,13 @@ retry_poll:
|
||||
for (i = 0; i < event_count; i++) {
|
||||
revents = 0;
|
||||
pe = (struct qb_poll_entry *)events[i].udata;
|
||||
#if 0
|
||||
if (events[i].flags) {
|
||||
qb_util_log(LOG_TRACE,
|
||||
"got flags %d on fd %d.", events[i].flags,
|
||||
pe->ufd.fd);
|
||||
}
|
||||
#endif
|
||||
if (events[i].flags & EV_ERROR) {
|
||||
qb_util_log(LOG_WARNING,
|
||||
"got EV_ERROR on fd %d.", pe->ufd.fd);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user