projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cea4a8e
)
Fix message from WARNING to DEBUG.
author
Mark Spencer
<markster@digium.com>
Tue, 15 Feb 2005 15:57:52 +0000
(15:57 +0000)
committer
Mark Spencer
<markster@digium.com>
Tue, 15 Feb 2005 15:57:52 +0000
(15:57 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5032
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
rtp.c
patch
|
blob
|
history
diff --git
a/rtp.c
b/rtp.c
index
473e841
..
09dfbbf
100755
(executable)
--- 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);