Skip to content

Commit

Permalink
rtp/rtp_resend: correct warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Dec 29, 2022
1 parent b3528ce commit 299fb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtp/rtp.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ int rtp_resend(struct rtp_sock *rs, uint16_t seq, const struct sa *dst,
return EINVAL;

if (mb->pos < RTP_HEADER_SIZE) {
DEBUG_WARNING("rtp_send: buffer must have space for"
DEBUG_WARNING("rtp_resend: buffer must have space for"
" rtp header (pos=%u, end=%u)\n",
mb->pos, mb->end);
return EBADMSG;
Expand Down

0 comments on commit 299fb13

Please sign in to comment.