[Freeswitch-svn] [commit] r7065 - freeswitch/trunk/src/mod/formats/mod_local_stream
Freeswitch SVN
brian at freeswitch.org
Wed Jan 2 16:32:37 EST 2008
Author: brian
Date: Wed Jan 2 16:32:37 2008
New Revision: 7065
Modified:
freeswitch/trunk/src/mod/formats/mod_local_stream/mod_local_stream.c
Log:
clean up this message
Modified: freeswitch/trunk/src/mod/formats/mod_local_stream/mod_local_stream.c
==============================================================================
--- freeswitch/trunk/src/mod/formats/mod_local_stream/mod_local_stream.c (original)
+++ freeswitch/trunk/src/mod/formats/mod_local_stream/mod_local_stream.c Wed Jan 2 16:32:37 2008
@@ -178,7 +178,7 @@
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);
More information about the Freeswitch-svn
mailing list