Welcome! Log In Create A New Profile

Advanced

[nginx] Fixed building --with-debug, broken by 6fce16b1fc10.

Valentin Bartenev
September 02, 2015 04:34PM
details: http://hg.nginx.org/nginx/rev/387696b36c29
branches:
changeset: 6241:387696b36c29
user: Valentin Bartenev <vbart@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;
}

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Fixed building --with-debug, broken by 6fce16b1fc10.

Valentin Bartenev 585 September 02, 2015 04:34PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 151
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready