diff src/http/modules/ngx_http_proxy_module.c @ 936:2864303e0ce5

fix debug log
author Igor Sysoev <igor@sysoev.ru>
date Wed, 20 Dec 2006 19:38:06 +0000
parents a0310ac2814f
children 065b39794fff
line wrap: on
line diff
--- 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;