Skip to content

Commit

Permalink
Low: loop_pool_kqueue: remove potentially noisy dbug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvossel committed Jul 13, 2013
1 parent 038d363 commit 0dc7003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/loop_poll_kqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,13 @@ _poll_and_add_to_jobs_(struct qb_loop_source *src, int32_t ms_timeout)
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);
Expand Down

0 comments on commit 0dc7003

Please sign in to comment.