nginx-0.0.1-2002-12-15-20:10:12 import

This commit is contained in:
Igor Sysoev 2002-12-15 17:10:12 +00:00
parent 42feecbdb6
commit 6e4bca966e

View File

@ -43,7 +43,7 @@ int ngx_event_accept(ngx_event_t *ev)
#if !(HAVE_INHERITED_NONBLOCK)
if (ngx_nonblocking(s) == -1)
ngx_log_error(NGX_LOG_ERR, log, ngx_socket_errno,
ngx_log_error(NGX_LOG_ERR, ev->log, ngx_socket_errno,
ngx_nonblocking_n "failed");
#endif