[nginx] QUIC: fixed format specifier after a6f79f044de5.
Sergey Kandaurov
pluknet at nginx.com
Fri Dec 15 23:44:10 UTC 2023
details: https://hg.nginx.org/nginx/rev/cc16989c6d61
branches:
changeset: 9197:cc16989c6d61
user: Sergey Kandaurov <pluknet at nginx.com>
date: Sat Dec 16 03:40:01 2023 +0400
description:
QUIC: fixed format specifier after a6f79f044de5.
diffstat:
src/event/quic/ngx_event_quic_migration.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 6c8595b77e66 -r cc16989c6d61 src/event/quic/ngx_event_quic_migration.h
--- a/src/event/quic/ngx_event_quic_migration.h Tue Dec 12 20:21:12 2023 +0400
+++ b/src/event/quic/ngx_event_quic_migration.h Sat Dec 16 03:40:01 2023 +0400
@@ -19,7 +19,7 @@
#define ngx_quic_path_dbg(c, msg, path) \
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->validated, path->state, path->mtu);
More information about the nginx-devel
mailing list