Skip to content

Commit

Permalink
rtp: fix correct logging text
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Apr 27, 2024
1 parent e8822ac commit 594556b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtp/sess.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ void rtcp_sess_rx_rtp(struct rtcp_sess *sess, struct rtp_header *hdr,
}

if (!rtp_source_update_seq(mbr->s, hdr->seq)) {
DEBUG_WARNING("rtp_update_seq() returned 0\n");
DEBUG_WARNING("rtp_source_update_seq() returned 0\n");
}

if (sess->srate_rx) {
Expand Down

0 comments on commit 594556b

Please sign in to comment.