more completely fix http://jira.freeswitch.org/browse/MDXMLINT-6
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5018 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
91fa229ae5
commit
177513d13e
|
@ -306,7 +306,8 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_runtime(void)
|
|||
|
||||
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);
|
||||
|
|
Loading…
Reference in New Issue