提交 1e539ce7 authored 作者: Brian West's avatar Brian West

clean up this message

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7065 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 83ae81b2
...@@ -178,7 +178,7 @@ static void *SWITCH_THREAD_FUNC read_stream_thread(switch_thread_t *thread, void ...@@ -178,7 +178,7 @@ static void *SWITCH_THREAD_FUNC read_stream_thread(switch_thread_t *thread, void
return NULL; return NULL;
} }
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Playing %s rate: %d\n", fname, source->rate); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Playing %s rate: %dhz\n", fname, source->rate);
while (RUNNING) { while (RUNNING) {
switch_core_timer_next(&timer); switch_core_timer_next(&timer);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论