]> git.kaiwu.me - nginx.git/commitdiff
QUIC: fixed debug message macro.
authorVladimir Homutov <vl@nginx.com>
Mon, 5 Apr 2021 08:35:46 +0000 (11:35 +0300)
committerVladimir Homutov <vl@nginx.com>
Mon, 5 Apr 2021 08:35:46 +0000 (11:35 +0300)
src/event/quic/ngx_event_quic.c

index 4129aa3163512f9de6927d086be91e5e3d772ef2..52104fa12b03920cffd0d443c732b2de29cf0d11 100644 (file)
@@ -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