changeset 828:597c83dad983

fix format
author Igor Sysoev <igor@sysoev.ru>
date Mon, 30 Oct 2006 20:03:49 +0000
parents 0444286b860a
children 362d156f0278
files src/core/ngx_output_chain.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/ngx_output_chain.c	Sat Oct 28 14:36:44 2006 +0000
+++ b/src/core/ngx_output_chain.c	Mon Oct 30 20:03:49 2006 +0000
@@ -445,7 +445,7 @@
         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) {