commit | cf815023fcc92ae3cd810bc7516d5ad9aebb6acc | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Feb 15 14:13:24 2007 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Feb 15 14:13:24 2007 +0000 |
tree | 058050c7aca44f1f72e3f0906f141ab7bdd38969 | |
parent | bb19bcd867a05a52ca95b356453a3793d0f556ab [diff] [blame] |
fix format
diff --git a/src/http/ngx_http_request_body.c b/src/http/ngx_http_request_body.c index 16d60a0..bfdc8e4 100644 --- a/src/http/ngx_http_request_body.c +++ b/src/http/ngx_http_request_body.c
@@ -317,7 +317,7 @@ } 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;