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:
parent
41765007a6
commit
1c468668d8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user