]> git.kaiwu.me - nginx.git/commitdiff
QUIC: fixed format specifier in debug message.
authorVladimir Homutov <vl@nginx.com>
Wed, 7 Oct 2020 12:29:23 +0000 (15:29 +0300)
committerVladimir Homutov <vl@nginx.com>
Wed, 7 Oct 2020 12:29:23 +0000 (15:29 +0300)
src/event/ngx_event_quic.c

index e1109ace18f41d3779d4c76c95d69f2903f44e72..ccaeccd1e325414c3ee8ac7c685bd6863cda46c6 100644 (file)
@@ -1638,7 +1638,7 @@ ngx_quic_input(ngx_connection_t *c, ngx_buf_t *b, ngx_quic_conf_t *conf)
 
             ngx_log_debug8(NGX_LOG_DEBUG_EVENT, c->log, 0,
                            "quic pkt done %s decr:%d pn:%L pe:%ui rc:%i"
-                           " closing:%d err:%d %s",
+                           " closing:%d err:%ui %s",
                            ngx_quic_level_name(pkt.level), pkt.decrypted,
                            pkt.pn, pkt.error, rc, (qc && qc->closing) ? 1 : 0,
                            qc ? qc->error : 0,