BUG/MINOR: quic: Traces fix about remaining frames upon packet build failure

This commit is contained in:
Frédéric Lécaille 2022-04-25 17:48:40 +02:00 committed by Amaury Denoyelle
parent 834399c24a
commit d8b798d7ef

View File

@ -5888,7 +5888,7 @@ static int qc_do_build_pkt(unsigned char *pos, const unsigned char *end,
no_room:
/* Replace the pre-built frames which could not be add to this packet */
LIST_SPLICE(frms, &frm_list);
TRACE_PROTO("Remaining ack-eliciting frames", QUIC_EV_CONN_HPKT, qc, pkt);
TRACE_PROTO("Remaining ack-eliciting frames", QUIC_EV_CONN_FRMLIST, qc, frms);
return 0;
}