From: Frédéric Lécaille Date: Tue, 21 Dec 2021 10:53:33 +0000 (+0100) Subject: MINOR: quic: Add stream IDs to qcs_push_frame() traces X-Git-Tag: v2.6-dev1~240 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=677b99dca7101b04f765b249310ed5e2fa8587dd;p=thirdparty%2Fhaproxy.git MINOR: quic: Add stream IDs to qcs_push_frame() traces This is only for debug purpose. --- diff --git a/src/mux_quic.c b/src/mux_quic.c index 4886971bc7..e25ff256c9 100644 --- a/src/mux_quic.c +++ b/src/mux_quic.c @@ -283,7 +283,8 @@ static int qcs_push_frame(struct qcs *qcs, struct buffer *payload, int fin, uint MT_LIST_APPEND(&qel->pktns->tx.frms, &frm->mt_list); out: - fprintf(stderr, "%s: total=%d fin=%d offset=%lu\n", __func__, total, fin, offset); + fprintf(stderr, "%s: total=%d fin=%d id=%llu offset=%lu\n", + __func__, total, fin, (ull)qcs->by_id.key, offset); return total; err: