style fix

This commit is contained in:
Igor Sysoev 2007-12-25 15:31:18 +00:00
parent 421a3b800f
commit 12dcb354e9

View File

@ -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, ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
"http fast subrequest: \"%V?%V\" done", "http fast subrequest: \"%V?%V\" done",
&r->uri, &r->args); &r->uri, &r->args);
return; return;
} }