From fcb194b6cc180a4eabd162dc21b38911378f372b Mon Sep 17 00:00:00 2001 From: file Date: Fri, 7 Jul 2006 23:57:53 +0000 Subject: Change message regarding marker bit forcing when SSRC changes to be shown only during debug so it doesn't overload high capacity systems git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37307 f38db490-d61c-443f-a65b-d21fe96a405b --- rtp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtp.c') diff --git a/rtp.c b/rtp.c index c08d18abc..9b328396a 100644 --- a/rtp.c +++ b/rtp.c @@ -497,8 +497,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; } -- cgit v1.2.3