mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
fix format
This commit is contained in:
parent
b5c75dc88a
commit
d0427afb8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue