doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15370 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d03862cf3c
commit
f5c1f5b15f
|
@ -2319,7 +2319,7 @@ SWITCH_STANDARD_APP(audio_bridge_function)
|
|||
x++;
|
||||
break;
|
||||
}
|
||||
if (x) {
|
||||
if (!x) {
|
||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG,
|
||||
"Failiure causes [%s]: Cause: %s\n", failure_causes, cause_str);
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue