changeset 2037:aee889ff25ea

fix debug logging
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 May 2008 18:49:36 +0000
parents 1c009c5a163b
children 93a0d80fdce6
files src/http/ngx_http_special_response.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_special_response.c
+++ b/src/http/ngx_http_special_response.c
@@ -333,7 +333,8 @@ ngx_http_special_response_handler(ngx_ht
     ngx_http_core_loc_conf_t  *clcf;
 
     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
-                   "http special response: %d, \"%V\"", error, &r->uri);
+                   "http special response: %d, \"%V?%V\"",
+                   error, &r->uri, &r->args);
 
     rc = ngx_http_discard_request_body(r);