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

Freeswitch SVN brian at freeswitch.org
Mon Dec 18 15:08:46 EST 2006


Author: brian
Date: Mon Dec 18 15:08:45 2006
New Revision: 3700

Modified:
   freeswitch/trunk/src/switch_loadable_module.c

Log:
make it more obvious

Modified: freeswitch/trunk/src/switch_loadable_module.c
==============================================================================
--- freeswitch/trunk/src/switch_loadable_module.c	(original)
+++ freeswitch/trunk/src/switch_loadable_module.c	Mon Dec 18 15:08:45 2006
@@ -292,7 +292,7 @@
 		status = apr_dso_sym((apr_dso_handle_sym_t *)&load_func_ptr, dso, "switch_module_load");
 
 		if (load_func_ptr == NULL) {
-			err = "Cannot Load";
+			err = "Cannot locate symbol 'switch_module_load' please make sure this is a vaild module.";
 			break;
 		}
 



More information about the Freeswitch-svn mailing list