[Freeswitch-svn] [commit] r5018 - freeswitch/trunk/src/mod/xml_int/mod_xml_rpc

Freeswitch SVN mikej at freeswitch.org
Thu Apr 26 09:52:56 EDT 2007


Author: mikej
Date: Thu Apr 26 09:52:56 2007
New Revision: 5018

Modified:
   freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c

Log:
more completely fix http://jira.freeswitch.org/browse/MDXMLINT-6

Modified: freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c
==============================================================================
--- freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c	(original)
+++ freeswitch/trunk/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c	Thu Apr 26 09:52:56 2007
@@ -306,7 +306,8 @@
 
 	if (ServerInit(&abyssServer) != TRUE) {
 		globals.running = 0;
-		return SWITCH_STATUS_FALSE;
+		switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Failed to start HTTP Port %d\n", globals.port);
+		return SWITCH_STATUS_TERM;
 	}
 
 	ServerAddHandler(&abyssServer, HandleHook);



More information about the Freeswitch-svn mailing list