changeset 1112:3dcc3041b5bc

fix format
author Igor Sysoev <igor@sysoev.ru>
date Thu, 15 Feb 2007 14:13:24 +0000
parents b0fc4af1f196
children f1d7cf0f68e3
files src/http/ngx_http_request_body.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
         }
 
         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;