aboutsummaryrefslogtreecommitdiffstats
path: root/rtp.c
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-08 00:01:47 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-08 00:01:47 +0000
commit254fa1e2c051c800ef6f50e2a82361481a72aaa2 (patch)
tree44f621b9628ebe5f269b0f627ffd35aca571b482 /rtp.c
parenta56aa12de1335bd0feb3b716b534327495918efd (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@37317 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'rtp.c')
-rw-r--r--rtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtp.c b/rtp.c
index b794ee6f0..a7d62d405 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;
}