[Freeswitch-svn] [commit] r4681 - freeswitch/trunk/src
Freeswitch SVN
mikej at freeswitch.org
Tue Mar 20 12:43:39 EDT 2007
Author: mikej
Date: Tue Mar 20 12:43:39 2007
New Revision: 4681
Modified:
freeswitch/trunk/src/switch_loadable_module.c
Log:
update
Modified: freeswitch/trunk/src/switch_loadable_module.c
==============================================================================
--- freeswitch/trunk/src/switch_loadable_module.c (original)
+++ freeswitch/trunk/src/switch_loadable_module.c Tue Mar 20 12:43:39 2007
@@ -435,7 +435,7 @@
}
if (err) {
- switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "Error Loading module %s\n**%s**\n", filename, err);
+ switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Error Loading module %s\n**%s**\n", filename, err);
return SWITCH_STATUS_GENERR;
}
More information about the Freeswitch-svn
mailing list