mirror of
https://github.com/nginx/nginx.git
synced 2025-06-27 17:22:48 +08:00
Fixed building --with-debug, broken by 6fce16b1fc10.
This commit is contained in:
parent
7dd3f9ee22
commit
a38402e306
@ -344,7 +344,7 @@ eintr:
|
||||
err = ngx_errno;
|
||||
|
||||
if (err == NGX_EINTR) {
|
||||
ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, err,
|
||||
ngx_log_debug0(NGX_LOG_DEBUG_CORE, file->log, err,
|
||||
"writev() was interrupted");
|
||||
goto eintr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user