aboutsummaryrefslogtreecommitdiffstats
path: root/rtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtp.c')
-rw-r--r--rtp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtp.c b/rtp.c
index 5312443f7..c08d18abc 100644
--- a/rtp.c
+++ b/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;
}