# HG changeset patch # User Igor Sysoev # Date 1166643486 0 # Node ID 2864303e0ce5cfba6b2c9da333e1ed1fb26a1ef2 # Parent db8e718447f139564a1806b624b77b7132537b41 fix debug log diff --git a/src/http/modules/ngx_http_proxy_module.c b/src/http/modules/ngx_http_proxy_module.c --- a/src/http/modules/ngx_http_proxy_module.c +++ b/src/http/modules/ngx_http_proxy_module.c @@ -847,7 +847,7 @@ ngx_http_proxy_process_status_line(ngx_h ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "http proxy status %ui \"%V\"", - u->headers_in.status, &u->headers_in.status_line); + u->headers_in.status_n, &u->headers_in.status_line); u->process_header = ngx_http_proxy_process_header;