[svn-commits] mmichelson: branch mmichelson/pool_shark r381254 - /team/mmichelson/pool_shar...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Feb 11 16:50:54 CST 2013


Author: mmichelson
Date: Mon Feb 11 16:50:51 2013
New Revision: 381254

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=381254
Log:
s/ednpoint/endpoint in debug message.


Modified:
    team/mmichelson/pool_shark/channels/chan_gulp.c

Modified: team/mmichelson/pool_shark/channels/chan_gulp.c
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/pool_shark/channels/chan_gulp.c?view=diff&rev=381254&r1=381253&r2=381254
==============================================================================
--- team/mmichelson/pool_shark/channels/chan_gulp.c (original)
+++ team/mmichelson/pool_shark/channels/chan_gulp.c Mon Feb 11 16:50:51 2013
@@ -429,7 +429,7 @@
 		if (ind_data) {
 			res = ast_sip_push_task(session->work, indicate, ind_data);
 			if (res) {
-				ast_log(LOG_NOTICE, "Cannot send response code %d to ednpoint %s. Could queue task properly\n",
+				ast_log(LOG_NOTICE, "Cannot send response code %d to endpoint %s. Could queue task properly\n",
 						response_code, ast_sorcery_object_get_id(session->endpoint));
 				ao2_cleanup(ind_data);
 			}




More information about the svn-commits mailing list