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	Thu Feb 15 13:30:19 2007 +0000
+++ b/src/http/ngx_http_request_body.c	Thu Feb 15 14:13:24 2007 +0000
@@ -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;