From b8b71760863f7ffb91dcac79d906803ccfffe457 Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 27 Mar 2013 22:19:58 -0500 Subject: [PATCH] remove debug line left in by accident --- src/switch_channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_channel.c b/src/switch_channel.c index 827d7ea65b..f673c8659f 100644 --- a/src/switch_channel.c +++ b/src/switch_channel.c @@ -3337,7 +3337,7 @@ static void do_execute_on(switch_channel_t *channel, const char *variable) char *app; app = switch_core_session_strdup(channel->session, variable); - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "EXEC %s\n", app); + for(p = app; p && *p; p++) { if (*p == ' ' || (*p == ':' && (*(p+1) != ':'))) { *p++ = '\0';