mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 14:56:15 +08:00
QUIC: fixed format specifier after a6f79f044de5.
This commit is contained in:
parent
386329d3cf
commit
5e74324284
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#define ngx_quic_path_dbg(c, msg, path) \
|
#define ngx_quic_path_dbg(c, msg, path) \
|
||||||
ngx_log_debug7(NGX_LOG_DEBUG_EVENT, c->log, 0, \
|
ngx_log_debug7(NGX_LOG_DEBUG_EVENT, c->log, 0, \
|
||||||
"quic path seq:%uL %s tx:%O rx:%O valid:%ui st:%d mtu:%uz",\
|
"quic path seq:%uL %s tx:%O rx:%O valid:%d st:%d mtu:%uz", \
|
||||||
path->seqnum, msg, path->sent, path->received, \
|
path->seqnum, msg, path->sent, path->received, \
|
||||||
path->validated, path->state, path->mtu);
|
path->validated, path->state, path->mtu);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user