]> git.kaiwu.me - nginx.git/commitdiff
fix format
authorIgor Sysoev <igor@sysoev.ru>
Mon, 30 Oct 2006 20:03:49 +0000 (20:03 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 30 Oct 2006 20:03:49 +0000 (20:03 +0000)
src/core/ngx_output_chain.c

index 4b8364a69531c59d0253377540c3efbb9db7985b..4479edaccd226ca436552837e6ed73dbc4f92429 100644 (file)
@@ -445,7 +445,7 @@ ngx_chain_writer(void *data, ngx_chain_t *in)
         size += ngx_buf_size(in->buf);
 
         ngx_log_debug1(NGX_LOG_DEBUG_CORE, ctx->connection->log, 0,
-                       "chain writer buf size: %uz", ngx_buf_size(in->buf));
+                       "chain writer buf size: %uO", ngx_buf_size(in->buf));
 
         cl = ngx_alloc_chain_link(ctx->pool);
         if (cl == NULL) {