[asterisk-commits] jrose: branch jrose/bridge_projects r387011 - in /team/jrose/bridge_projects:...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Apr 30 13:23:05 CDT 2013
Author: jrose
Date: Tue Apr 30 13:23:02 2013
New Revision: 387011
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=387011
Log:
And then someone committed another minor little change on me right as I was making a new diff.
Modified:
team/jrose/bridge_projects/ (props changed)
team/jrose/bridge_projects/channels/chan_gulp.c
Propchange: team/jrose/bridge_projects/
------------------------------------------------------------------------------
--- bridge_construction-integrated (original)
+++ bridge_construction-integrated Tue Apr 30 13:23:02 2013
@@ -1,1 +1,1 @@
-/trunk:1-386938
+/trunk:1-386991
Propchange: team/jrose/bridge_projects/
------------------------------------------------------------------------------
--- bridge_projects-integrated (original)
+++ bridge_projects-integrated Tue Apr 30 13:23:02 2013
@@ -1,1 +1,1 @@
-/team/group/bridge_construction:1-386991
+/team/group/bridge_construction:1-387006
Modified: team/jrose/bridge_projects/channels/chan_gulp.c
URL: http://svnview.digium.com/svn/asterisk/team/jrose/bridge_projects/channels/chan_gulp.c?view=diff&rev=387011&r1=387010&r2=387011
==============================================================================
--- team/jrose/bridge_projects/channels/chan_gulp.c (original)
+++ team/jrose/bridge_projects/channels/chan_gulp.c Tue Apr 30 13:23:02 2013
@@ -785,7 +785,7 @@
if (ind_data) {
res = ast_sip_push_task(session->serializer, indicate, ind_data);
if (res) {
- ast_log(LOG_NOTICE, "Cannot send response code %d to endpoint %s. Could queue task properly\n",
+ ast_log(LOG_NOTICE, "Cannot send response code %d to endpoint %s. Could not queue task properly\n",
response_code, ast_sorcery_object_get_id(session->endpoint));
ao2_cleanup(ind_data);
}
More information about the asterisk-commits
mailing list