[Freeswitch-svn] [commit] r2537 - freeswitch/trunk/src

Freeswitch SVN mikej at freeswitch.org
Wed Sep 6 19:29:03 EDT 2006


Author: mikej
Date: Wed Sep  6 19:29:03 2006
New Revision: 2537

Modified:
   freeswitch/trunk/src/switch_loadable_module.c

Log:
fix message khz->hz

Modified: freeswitch/trunk/src/switch_loadable_module.c
==============================================================================
--- freeswitch/trunk/src/switch_loadable_module.c	(original)
+++ freeswitch/trunk/src/switch_loadable_module.c	Wed Sep  6 19:29:03 2006
@@ -108,7 +108,7 @@
 		for (ptr = new_module->module_interface->codec_interface; ptr; ptr = ptr->next) {
 			for (impl = ptr->implementations; impl; impl = impl->next) {
 				switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE,
-								  "Adding Codec '%s' (%s) %dkhz %dms\n",
+								  "Adding Codec '%s' (%s) %dhz %dms\n",
 								  impl->iananame,
 								  ptr->interface_name,
 								  impl->samples_per_second, impl->microseconds_per_frame / 1000);



More information about the Freeswitch-svn mailing list