include seq in rtp packet error description

This is useful (eg for a `rtp.seq == 0x1234` display filter in
Wireshark) and was just omitted by accident.
This commit is contained in:
Scott Lamb 2021-08-16 13:34:40 -07:00
parent 41765007a6
commit 1c468668d8

View File

@ -75,8 +75,8 @@ pub(crate) enum ErrorInt {
},
#[error(
"[{conn_ctx}, {msg_ctx}, channel={channel_id}, stream={stream_id}, ssrc={ssrc:08x}] \
{description}"
"[{conn_ctx}, {msg_ctx}, channel={channel_id}, stream={stream_id}, ssrc={ssrc:08x}, \
seq={sequence_number:08x}] {description}"
)]
RtpPacketError {
conn_ctx: ConnectionContext,