git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15370 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-11-05 07:54:39 +00:00
parent d03862cf3c
commit f5c1f5b15f
1 changed files with 1 additions and 1 deletions

View File

@ -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;