mirror of
https://github.com/nginx/nginx.git
synced 2024-12-02 05:29:14 -06:00
fix typo
This commit is contained in:
parent
03011fa512
commit
e2bec9066a
@ -468,7 +468,7 @@ ngx_eventport_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
|
||||
|
||||
if (revents & (POLLERR|POLLHUP|POLLNVAL)) {
|
||||
ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
|
||||
"prot_getn() error fd:%d ev:%04Xd",
|
||||
"port_getn() error fd:%d ev:%04Xd",
|
||||
event_list[i].portev_object, revents);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user