mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
silence a warning message that is not a warning
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@31161 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
3
rtp.c
3
rtp.c
@@ -497,7 +497,8 @@ struct ast_frame *ast_rtp_read(struct ast_rtp *rtp)
|
||||
ssrc = ntohl(rtpheader[2]);
|
||||
|
||||
if (!mark && rtp->rxssrc && rtp->rxssrc != ssrc) {
|
||||
ast_log(LOG_WARNING, "Forcing Marker bit, because SSRC has changed\n");
|
||||
if (option_verbose > 1)
|
||||
ast_verbose(VERBOSE_PREFIX_2 "Forcing Marker bit, because SSRC has changed\n");
|
||||
mark = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user