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

remove extra error log where not needed

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16077 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 aa752f40
......@@ -1726,7 +1726,6 @@ SWITCH_DECLARE(switch_status_t) switch_play_and_get_digits(switch_core_session_t
const char *digits_regex)
{
switch_channel_t *channel = switch_core_session_get_channel(session);
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "enter to switch_play_and_get_digits.\n");
while(switch_channel_ready(channel) && max_tries) {
switch_status_t status;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论