From 2af89ea769bf8b2b2fb6675fe0e15f3a9594712d Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 29 Feb 2008 17:11:40 +0000 Subject: [PATCH] add debug line git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7767 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr_originate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/switch_ivr_originate.c b/src/switch_ivr_originate.c index 9c735edb09..11fcb46cb8 100644 --- a/src/switch_ivr_originate.c +++ b/src/switch_ivr_originate.c @@ -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 =