Skip to content

Commit

Permalink
Events: fixed error logging in devpoll.
Browse files Browse the repository at this point in the history
  • Loading branch information
arut committed Mar 14, 2016
1 parent db72c6b commit 2b4a62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event/modules/ngx_devpoll_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ ngx_devpoll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,

default:
ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
"unexpected event %04Xd for closed and removed socket %d, ",
"unexpected event %04Xd for closed and removed socket %d, "
"ioctl(DP_ISPOLLED) returned rc:%d, fd:%d, event %04Xd",
revents, fd, rc, pfd.fd, pfd.revents);

Expand Down

0 comments on commit 2b4a62c

Please sign in to comment.