QUIC: fixed debug message macro.

This commit is contained in:
Vladimir Homutov 2021-04-05 11:35:46 +03:00
parent a6c52268eb
commit 5e6ee4b50a

View File

@ -1348,7 +1348,7 @@ ngx_quic_send_retry(ngx_connection_t *c, ngx_quic_conf_t *conf,
return NGX_ERROR;
}
ngx_log_debug(NGX_LOG_DEBUG_EVENT, c->log, 0,
ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
"quic retry packet sent to %xV", &pkt.dcid);
/*