aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-12-25 15:31:18 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-12-25 15:31:18 +0000
commit12dcb354e97c0c202880957125431fc49d7c7160 (patch)
treea65150fa93f0961ea89821166058aab501b7bc76 /src/http/ngx_http_request.c
parent421a3b800f00dceac9657c1fd3d5de20155d2b8b (diff)
downloadnginx-12dcb354e97c0c202880957125431fc49d7c7160.tar.gz
nginx-12dcb354e97c0c202880957125431fc49d7c7160.zip
style fix
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index c04c6f9d6..060de0310 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -1677,8 +1677,8 @@ ngx_http_finalize_request(ngx_http_request_t *r, ngx_int_t rc)
}
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;
}