From: Automerge script Date: Sat, 8 Jul 2006 00:01:47 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.10-netsec~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=424b3fd4ebb1a6a2827a0d2e89b06c4875689dff;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@37317 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/rtp.c b/rtp.c index b794ee6f0e..a7d62d4050 100644 --- a/rtp.c +++ b/rtp.c @@ -501,8 +501,8 @@ struct ast_frame *ast_rtp_read(struct ast_rtp *rtp) ssrc = ntohl(rtpheader[2]); if (!mark && rtp->rxssrc && rtp->rxssrc != ssrc) { - if (option_verbose > 1) - ast_verbose(VERBOSE_PREFIX_2 "Forcing Marker bit, because SSRC has changed\n"); + if (option_debug || rtpdebug) + ast_log(LOG_DEBUG, "Forcing Marker bit, because SSRC has changed\n"); mark = 1; }