From a777ee36f61554983ab5378c5579cb59825e7d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Wed, 31 Aug 2022 17:54:30 +0200 Subject: [PATCH] MINOR: quic: Trace typo fix in qc_release_frm() Grammar fix without any impact. --- src/xprt_quic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xprt_quic.c b/src/xprt_quic.c index c4e3f3520..edfda2ee2 100644 --- a/src/xprt_quic.c +++ b/src/xprt_quic.c @@ -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;