comparison src/event/modules/ngx_eventport_module.c @ 929:1adfc55bb6dc

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Fri, 15 Dec 2006 21:18:44 +0000
parents 4ac89c5aa10d
children 06479b01caff
comparison
equal deleted inserted replaced
928:a6fe6bedb9e3 929:1adfc55bb6dc
466 "eventport: fd:%d, ev:%04Xd", 466 "eventport: fd:%d, ev:%04Xd",
467 event_list[i].portev_object, revents); 467 event_list[i].portev_object, revents);
468 468
469 if (revents & (POLLERR|POLLHUP|POLLNVAL)) { 469 if (revents & (POLLERR|POLLHUP|POLLNVAL)) {
470 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, 470 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
471 "prot_getn() error fd:%d ev:%04Xd", 471 "port_getn() error fd:%d ev:%04Xd",
472 event_list[i].portev_object, revents); 472 event_list[i].portev_object, revents);
473 } 473 }
474 474
475 if (revents & ~(POLLIN|POLLOUT|POLLERR|POLLHUP|POLLNVAL)) { 475 if (revents & ~(POLLIN|POLLOUT|POLLERR|POLLHUP|POLLNVAL)) {
476 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, 476 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,