]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: quic: Trace typo fix in qc_release_frm()
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 31 Aug 2022 15:54:30 +0000 (17:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Sep 2022 06:47:38 +0000 (08:47 +0200)
Grammar fix without any impact.

src/xprt_quic.c

index c4e3f35207981acb664b72b223221db4d87c5998..edfda2ee23ec1c591253f834c5b4db10811ab0a7 100644 (file)
@@ -1520,7 +1520,7 @@ void qc_release_frm(struct quic_conn *qc, struct quic_frame *frm)
                                    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;