comparison src/core/ngx_output_chain.c @ 828:597c83dad983

fix format
author Igor Sysoev <igor@sysoev.ru>
date Mon, 30 Oct 2006 20:03:49 +0000
parents 9262f520ce21
children 9177da9e4add
comparison
equal deleted inserted replaced
827:0444286b860a 828:597c83dad983
443 #endif 443 #endif
444 444
445 size += ngx_buf_size(in->buf); 445 size += ngx_buf_size(in->buf);
446 446
447 ngx_log_debug1(NGX_LOG_DEBUG_CORE, ctx->connection->log, 0, 447 ngx_log_debug1(NGX_LOG_DEBUG_CORE, ctx->connection->log, 0,
448 "chain writer buf size: %uz", ngx_buf_size(in->buf)); 448 "chain writer buf size: %uO", ngx_buf_size(in->buf));
449 449
450 cl = ngx_alloc_chain_link(ctx->pool); 450 cl = ngx_alloc_chain_link(ctx->pool);
451 if (cl == NULL) { 451 if (cl == NULL) {
452 return NGX_ERROR; 452 return NGX_ERROR;
453 } 453 }