From: Brian West Date: Thu, 28 Mar 2013 03:19:58 +0000 (-0500) Subject: remove debug line left in by accident X-Git-Tag: v1.3.17-final~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b71760863f7ffb91dcac79d906803ccfffe457;p=thirdparty%2Ffreeswitch.git remove debug line left in by accident --- 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';