mirror of
https://github.com/nginx/nginx.git
synced 2024-12-13 02:39:00 +08:00
QUIC: fixed format specifier after 6ccf3867959a.
This commit is contained in:
parent
bef80e70f6
commit
cf96432910
@ -897,7 +897,7 @@ ngx_quic_stream_send_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
|
|||||||
}
|
}
|
||||||
|
|
||||||
ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
|
ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
|
||||||
"quic send_chain sent:%uz", n);
|
"quic send_chain sent:%O", n);
|
||||||
|
|
||||||
return in;
|
return in;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user