[svn-commits] file: branch file/pjsip-outbound-publish r420258 - /team/file/pjsip-outbound-...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Aug 6 13:37:41 CDT 2014
Author: file
Date: Wed Aug 6 13:37:39 2014
New Revision: 420258
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=420258
Log:
Nitpicky.
Modified:
team/file/pjsip-outbound-publish/res/res_pjsip_outbound_publish.c
Modified: team/file/pjsip-outbound-publish/res/res_pjsip_outbound_publish.c
URL: http://svnview.digium.com/svn/asterisk/team/file/pjsip-outbound-publish/res/res_pjsip_outbound_publish.c?view=diff&rev=420258&r1=420257&r2=420258
==============================================================================
--- team/file/pjsip-outbound-publish/res/res_pjsip_outbound_publish.c (original)
+++ team/file/pjsip-outbound-publish/res/res_pjsip_outbound_publish.c Wed Aug 6 13:37:39 2014
@@ -319,7 +319,7 @@
existing = find_publisher_handler_for_event_name(handler->event_name);
if (existing) {
- ast_log(LOG_ERROR, "Unable to register event publisher handler for event %s."
+ ast_log(LOG_ERROR, "Unable to register event publisher handler for event %s. "
"A handler is already registered\n", handler->event_name);
return -1;
}
More information about the svn-commits
mailing list