diff options
author | Ruslan Ermilov <ru@nginx.com> | 2014-05-14 22:26:30 +0400 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2014-05-14 22:26:30 +0400 |
commit | 5a3d4410cc5d8c622b00444de79bdaba70694ddd (patch) | |
tree | 6bb57242e8798cad49677f1692264132309a4ec4 /src/http/modules/ngx_http_proxy_module.c | |
parent | 9b92f59aefe1e49ab70e7156263aec01c9eaecf2 (diff) | |
download | nginx-5a3d4410cc5d8c622b00444de79bdaba70694ddd.tar.gz nginx-5a3d4410cc5d8c622b00444de79bdaba70694ddd.zip |
Style: use %N instead of '\n' where appropriate.
Diffstat (limited to 'src/http/modules/ngx_http_proxy_module.c')
-rw-r--r-- | src/http/modules/ngx_http_proxy_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_proxy_module.c b/src/http/modules/ngx_http_proxy_module.c index ed596f862..61af3dfd3 100644 --- a/src/http/modules/ngx_http_proxy_module.c +++ b/src/http/modules/ngx_http_proxy_module.c @@ -1294,7 +1294,7 @@ ngx_http_proxy_create_request(ngx_http_request_t *r) } ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, - "http proxy header:\n\"%*s\"", + "http proxy header:%N\"%*s\"", (size_t) (b->last - b->pos), b->pos); if (plcf->body_set == NULL && plcf->upstream.pass_request_body) { |