[asterisk-commits] qwell: trunk r386990 - /trunk/channels/chan_gulp.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Apr 30 13:12:40 CDT 2013


Author: qwell
Date: Tue Apr 30 13:12:36 2013
New Revision: 386990

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=386990
Log:
Fix a log message.

Modified:
    trunk/channels/chan_gulp.c

Modified: trunk/channels/chan_gulp.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_gulp.c?view=diff&rev=386990&r1=386989&r2=386990
==============================================================================
--- trunk/channels/chan_gulp.c (original)
+++ trunk/channels/chan_gulp.c Tue Apr 30 13:12:36 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