commit | a777ee36f61554983ab5378c5579cb59825e7d71 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Aug 31 17:54:30 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 02 08:47:38 2022 +0200 |
tree | 57e8e79d825847b626368fb10b39d4b22470e213 | |
parent | 26236f5a5d533a6bdd95d4790927019a54559f97 [diff] |
MINOR: quic: Trace typo fix in qc_release_frm() Grammar fix without any impact.
diff --git a/src/xprt_quic.c b/src/xprt_quic.c index c4e3f35..edfda2e 100644 --- a/src/xprt_quic.c +++ b/src/xprt_quic.c
@@ -1520,7 +1520,7 @@ QUIC_EV_CONN_PRSAFRM, qc, f, &pn); } else { - TRACE_DEVEL("mark unsend frame as acked", + TRACE_DEVEL("mark unsent frame as acked", QUIC_EV_CONN_PRSAFRM, qc, f); } f->flags |= QUIC_FL_TX_FRAME_ACKED;