aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2021-04-05 11:35:46 +0300
committerVladimir Homutov <vl@nginx.com>2021-04-05 11:35:46 +0300
commit5e6ee4b50acfb00ecc16a1f0c64e3951132209b7 (patch)
tree693c3a9f24d2b27dd0b798d6270f1a85db819462 /src
parenta6c52268ebeca4e52ac44cb1b702e9a491e4a4fe (diff)
downloadnginx-5e6ee4b50acfb00ecc16a1f0c64e3951132209b7.tar.gz
nginx-5e6ee4b50acfb00ecc16a1f0c64e3951132209b7.zip
QUIC: fixed debug message macro.
Diffstat (limited to 'src')
-rw-r--r--src/event/quic/ngx_event_quic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/event/quic/ngx_event_quic.c b/src/event/quic/ngx_event_quic.c
index 4129aa316..52104fa12 100644
--- a/src/event/quic/ngx_event_quic.c
+++ b/src/event/quic/ngx_event_quic.c
@@ -1348,8 +1348,8 @@ 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,
- "quic retry packet sent to %xV", &pkt.dcid);
+ ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
+ "quic retry packet sent to %xV", &pkt.dcid);
/*
* quic-transport 17.2.5.1: A server MUST NOT send more than one Retry