fix format
Igor Sysoev
15 years ago
444 | 444 | size += ngx_buf_size(in->buf); |
445 | 445 | |
446 | 446 | ngx_log_debug1(NGX_LOG_DEBUG_CORE, ctx->connection->log, 0, |
447 | "chain writer buf size: %uz", ngx_buf_size(in->buf)); | |
447 | "chain writer buf size: %uO", ngx_buf_size(in->buf)); | |
448 | 448 | |
449 | 449 | cl = ngx_alloc_chain_link(ctx->pool); |
450 | 450 | if (cl == NULL) { |