提交 b8b71760 authored 作者: Brian West's avatar Brian West

remove debug line left in by accident

上级 6cedccd6
...@@ -3337,7 +3337,7 @@ static void do_execute_on(switch_channel_t *channel, const char *variable) ...@@ -3337,7 +3337,7 @@ static void do_execute_on(switch_channel_t *channel, const char *variable)
char *app; char *app;
app = switch_core_session_strdup(channel->session, variable); 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++) { for(p = app; p && *p; p++) {
if (*p == ' ' || (*p == ':' && (*(p+1) != ':'))) { if (*p == ' ' || (*p == ':' && (*(p+1) != ':'))) {
*p++ = '\0'; *p++ = '\0';
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论