[svn-commits] mmichelson: branch 1.4 r202342 - /branches/1.4/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jun 22 09:45:02 CDT 2009


Author: mmichelson
Date: Mon Jun 22 09:44:58 2009
New Revision: 202342

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=202342
Log:
Remove an extra debug line left from previous commit.


Modified:
    branches/1.4/channels/chan_sip.c

Modified: branches/1.4/channels/chan_sip.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.4/channels/chan_sip.c?view=diff&rev=202342&r1=202341&r2=202342
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Mon Jun 22 09:44:58 2009
@@ -2069,7 +2069,6 @@
 		/* Parse out the response code */
 		if (sscanf(pkt->data, "SIP/2.0 %d", &respid) == 1) {
 			pkt->response_code = respid;
-			ast_log(LOG_NOTICE, "Hey, I just set the response code for this packet to %d\n", pkt->response_code);
 		}
 	}
 	pkt->timer_t1 = p->timer_t1;	/* Set SIP timer T1 */




More information about the svn-commits mailing list