]> git.kaiwu.me - nginx.git/commitdiff
QUIC: fixed format specifier after a6f79f044de5.
authorSergey Kandaurov <pluknet@nginx.com>
Fri, 15 Dec 2023 23:40:01 +0000 (03:40 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Fri, 15 Dec 2023 23:40:01 +0000 (03:40 +0400)
src/event/quic/ngx_event_quic_migration.h

index 9587882f280cef4818b3c8d6e639270c36859a37..270c572ed8670e2b45bb75df177e9f9aedf33c3e 100644 (file)
@@ -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);