add debug line

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7767 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-02-29 17:11:40 +00:00
parent 0bab557232
commit 2af89ea769
1 changed files with 1 additions and 0 deletions

View File

@ -591,6 +591,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
if ((var_count = switch_separate_string(vars, ',', var_array, (sizeof(var_array) / sizeof(var_array[0]))))) {
int x = 0;
for (x = 0; x < var_count; x++) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG,"variable string %d = [%s]\n", x, var_array[x]);
char *inner_var_array[2] = { 0 };
int inner_var_count;
if ((inner_var_count =