changeset 1776:529101a09048

style fix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 25 Dec 2007 15:31:18 +0000
parents 108576aef610
children edaea30d83be
files src/http/ngx_http_request.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -1677,8 +1677,8 @@ ngx_http_finalize_request(ngx_http_reque
                 }
 
                 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
-                           "http fast subrequest: \"%V?%V\" done",
-                           &r->uri, &r->args);
+                               "http fast subrequest: \"%V?%V\" done",
+                               &r->uri, &r->args);
                 return;
             }