diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-02-15 14:13:24 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-02-15 14:13:24 +0000 |
commit | cf815023fcc92ae3cd810bc7516d5ad9aebb6acc (patch) | |
tree | 058050c7aca44f1f72e3f0906f141ab7bdd38969 /src | |
parent | bb19bcd867a05a52ca95b356453a3793d0f556ab (diff) | |
download | nginx-cf815023fcc92ae3cd810bc7516d5ad9aebb6acc.tar.gz nginx-cf815023fcc92ae3cd810bc7516d5ad9aebb6acc.zip |
fix format
Diffstat (limited to 'src')
-rw-r--r-- | src/http/ngx_http_request_body.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request_body.c b/src/http/ngx_http_request_body.c index 16d60a00b..bfdc8e443 100644 --- a/src/http/ngx_http_request_body.c +++ b/src/http/ngx_http_request_body.c @@ -317,7 +317,7 @@ ngx_http_do_read_client_request_body(ngx_http_request_t *r) } ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0, - "http client request body rest %uz", rb->rest); + "http client request body rest %O", rb->rest); if (rb->rest == 0) { break; |