mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 06:03:31 -06:00
style fix
This commit is contained in:
parent
421a3b800f
commit
12dcb354e9
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user