[asterisk-commits] mmichelson: branch group/CCSS r239190 - /team/group/CCSS/channels/chan_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jan 11 15:57:51 CST 2010


Author: mmichelson
Date: Mon Jan 11 15:57:47 2010
New Revision: 239190

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=239190
Log:
get rid of annoying debug message.


Modified:
    team/group/CCSS/channels/chan_sip.c

Modified: team/group/CCSS/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/channels/chan_sip.c?view=diff&rev=239190&r1=239189&r2=239190
==============================================================================
--- team/group/CCSS/channels/chan_sip.c (original)
+++ team/group/CCSS/channels/chan_sip.c Mon Jan 11 15:57:47 2010
@@ -8775,7 +8775,6 @@
 		sip_pvt_ptr = ao2_t_find(dialogs, &tmp_dialog, OBJ_POINTER, "ao2_find in dialogs");
 		if (sip_pvt_ptr) {  /* well, if we don't find it-- what IS in there? */
 			/* Found the call */
-			ast_log(LOG_NOTICE, "Found match %p whose method is %s\n", sip_pvt_ptr, sip_methods[sip_pvt_ptr->method].text);
 			sip_pvt_lock(sip_pvt_ptr);
 			return sip_pvt_ptr;
 		}




More information about the asterisk-commits mailing list