mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 10:28:32 +00:00
Clarify an ambiguous error message.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@402582 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1924,7 +1924,7 @@ static int load_module(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ast_sip_initialize_system()) {
|
if (ast_sip_initialize_system()) {
|
||||||
ast_log(LOG_ERROR, "Failed to initialize SIP system configuration. Aborting load\n");
|
ast_log(LOG_ERROR, "Failed to initialize SIP 'system' configuration section. Aborting load\n");
|
||||||
pj_pool_release(memory_pool);
|
pj_pool_release(memory_pool);
|
||||||
memory_pool = NULL;
|
memory_pool = NULL;
|
||||||
pjsip_endpt_destroy(ast_pjsip_endpoint);
|
pjsip_endpt_destroy(ast_pjsip_endpoint);
|
||||||
|
|||||||
Reference in New Issue
Block a user