diff src/http/ngx_http_request_body.c @ 1112:3dcc3041b5bc

fix format
author Igor Sysoev <igor@sysoev.ru>
date Thu, 15 Feb 2007 14:13:24 +0000
parents 4d203f76b757
children 4e6903652363
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;