fix format

This commit is contained in:
Igor Sysoev 2006-10-30 20:03:49 +00:00
parent b5c75dc88a
commit d0427afb8b

View 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) {