mirror of
https://github.com/nginx/nginx.git
synced 2025-01-05 21:53:01 -06:00
fix format
This commit is contained in:
parent
b5c75dc88a
commit
d0427afb8b
@ -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…
Reference in New Issue
Block a user