[asterisk-commits] mmichelson: trunk r402583 - in /trunk: ./ res/res_pjsip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Nov 8 13:22:54 CST 2013
Author: mmichelson
Date: Fri Nov 8 13:22:53 2013
New Revision: 402583
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=402583
Log:
Clarify an ambiguous error message.
........
Merged revisions 402582 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
trunk/ (props changed)
trunk/res/res_pjsip.c
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-12-merged (original)
+++ branch-12-merged Fri Nov 8 13:22:53 2013
@@ -1,1 +1,1 @@
-/branches/12:1-398558,398560-398577,398579-399305,399307-401390,401392-402570
+/branches/12:1-398558,398560-398577,398579-399305,399307-401390,401392-402570,402582
Modified: trunk/res/res_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_pjsip.c?view=diff&rev=402583&r1=402582&r2=402583
==============================================================================
--- trunk/res/res_pjsip.c (original)
+++ trunk/res/res_pjsip.c Fri Nov 8 13:22:53 2013
@@ -1924,7 +1924,7 @@
}
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);
memory_pool = NULL;
pjsip_endpt_destroy(ast_pjsip_endpoint);
More information about the asterisk-commits
mailing list