aboutsummaryrefslogtreecommitdiffstats
path: root/rtp.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-15 15:57:52 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-15 15:57:52 +0000
commit99c0247355afd1bef7db981a3759e26ca24ea327 (patch)
treeef202038d4080be6e889cb238667b9304e291a1a /rtp.c
parenta744f1e9fc5f904176686b66b7b45bb2a3105e86 (diff)
Fix message from WARNING to DEBUG.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5032 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'rtp.c')
-rwxr-xr-xrtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtp.c b/rtp.c
index 473e841b4..09dfbbf3e 100755
--- a/rtp.c
+++ b/rtp.c
@@ -1571,7 +1571,7 @@ int ast_rtp_bridge(struct ast_channel *c0, struct ast_channel *c1, int flags, st
if ((c0->pvt->pvt != pvt0) ||
(c1->pvt->pvt != pvt1) ||
(c0->masq || c0->masqr || c1->masq || c1->masqr)) {
- ast_log(LOG_WARNING, "Oooh, something is weird, backing out\n");
+ ast_log(LOG_DEBUG, "Oooh, something is weird, backing out\n");
if (c0->pvt->pvt == pvt0) {
if (pr0->set_rtp_peer(c0, NULL, NULL, 0))
ast_log(LOG_WARNING, "Channel '%s' failed to revert\n", c0->name);