[nginx] Fixed building --with-debug, broken by 6fce16b1fc10.
Valentin Bartenev
vbart at nginx.com
Wed Sep 2 20:33:47 UTC 2015
details: http://hg.nginx.org/nginx/rev/387696b36c29
branches:
changeset: 6241:387696b36c29
user: Valentin Bartenev <vbart at nginx.com>
date: Wed Sep 02 19:45:40 2015 +0300
description:
Fixed building --with-debug, broken by 6fce16b1fc10.
diffstat:
src/os/unix/ngx_files.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 6fce16b1fc10 -r 387696b36c29 src/os/unix/ngx_files.c
--- a/src/os/unix/ngx_files.c Wed Sep 02 19:26:40 2015 +0300
+++ b/src/os/unix/ngx_files.c Wed Sep 02 19:45:40 2015 +0300
@@ -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;
}
More information about the nginx-devel
mailing list