[svn-commits] mjordan: branch 13 r424713 - /branches/13/res/res_pjsip_pubsub.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 7 09:09:29 CDT 2014


Author: mjordan
Date: Tue Oct  7 09:09:19 2014
New Revision: 424713

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=424713
Log:
res/res_pjsip_pubsub: Fix typo in WARNING message

Modified:
    branches/13/res/res_pjsip_pubsub.c

Modified: branches/13/res/res_pjsip_pubsub.c
URL: http://svnview.digium.com/svn/asterisk/branches/13/res/res_pjsip_pubsub.c?view=diff&rev=424713&r1=424712&r2=424713
==============================================================================
--- branches/13/res/res_pjsip_pubsub.c (original)
+++ branches/13/res/res_pjsip_pubsub.c Tue Oct  7 09:09:19 2014
@@ -2536,7 +2536,7 @@
 
 	if (expires_header) {
 		if (expires_header->ivalue == 0) {
-			ast_log(LOG_WARNING, "Susbscription request from endpoint %s rejected. Expiration of 0 is invalid\n",
+			ast_log(LOG_WARNING, "Subscription request from endpoint %s rejected. Expiration of 0 is invalid\n",
 				ast_sorcery_object_get_id(endpoint));
 			pjsip_endpt_respond_stateless(ast_sip_get_pjsip_endpoint(), rdata, 400, NULL, NULL, NULL);
 				return PJ_TRUE;




More information about the svn-commits mailing list