mirror of
https://github.com/nginx/nginx.git
synced 2024-12-12 02:09:04 +08:00
QUIC: added missing "quic" prefix in debug messages.
This commit is contained in:
parent
8e1ec8a5c2
commit
b92e596918
@ -2310,7 +2310,7 @@ ngx_quic_ack_packet(ngx_connection_t *c, ngx_quic_header_t *pkt)
|
||||
ctx = ngx_quic_get_send_ctx(c->quic, pkt->level);
|
||||
|
||||
ngx_log_debug4(NGX_LOG_DEBUG_EVENT, c->log, 0,
|
||||
"ngx_quic_ack_packet pn %uL largest %uL"
|
||||
"quic ngx_quic_ack_packet pn %uL largest %uL"
|
||||
" first %uL nranges %ui", pkt->pn, ctx->largest_range,
|
||||
ctx->first_range, ctx->nranges);
|
||||
|
||||
@ -2551,7 +2551,7 @@ ngx_quic_drop_ack_ranges(ngx_connection_t *c, ngx_quic_send_ctx_t *ctx,
|
||||
ngx_quic_ack_range_t *r;
|
||||
|
||||
ngx_log_debug4(NGX_LOG_DEBUG_EVENT, c->log, 0,
|
||||
"ngx_quic_drop_ack_ranges pn %uL largest %uL"
|
||||
"quic ngx_quic_drop_ack_ranges pn %uL largest %uL"
|
||||
" first %uL nranges %ui", pn, ctx->largest_range,
|
||||
ctx->first_range, ctx->nranges);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user