aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-02-15 14:13:24 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-02-15 14:13:24 +0000
commitcf815023fcc92ae3cd810bc7516d5ad9aebb6acc (patch)
tree058050c7aca44f1f72e3f0906f141ab7bdd38969
parentbb19bcd867a05a52ca95b356453a3793d0f556ab (diff)
downloadnginx-cf815023fcc92ae3cd810bc7516d5ad9aebb6acc.tar.gz
nginx-cf815023fcc92ae3cd810bc7516d5ad9aebb6acc.zip
fix format
-rw-r--r--src/http/ngx_http_request_body.c2
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;