clean up this message

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7065 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-01-02 21:32:37 +00:00
parent 83ae81b297
commit 1e539ce73e
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ static void *SWITCH_THREAD_FUNC read_stream_thread(switch_thread_t *thread, void
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) {
switch_core_timer_next(&timer);