[svn-commits] file: branch file/issue12437 r184186 - /team/file/issue12437/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 24 21:37:34 CDT 2009


Author: file
Date: Tue Mar 24 21:37:24 2009
New Revision: 184186

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=184186
Log:
Remove a debugging line.

Modified:
    team/file/issue12437/channels/chan_sip.c

Modified: team/file/issue12437/channels/chan_sip.c
URL: http://svn.digium.com/svn-view/asterisk/team/file/issue12437/channels/chan_sip.c?view=diff&rev=184186&r1=184185&r2=184186
==============================================================================
--- team/file/issue12437/channels/chan_sip.c (original)
+++ team/file/issue12437/channels/chan_sip.c Tue Mar 24 21:37:24 2009
@@ -6674,8 +6674,6 @@
 
 	m_video[0] = '\0';	/* Reset the video media string if it's not needed */
 	m_modem[0] = '\0';
-
-	ast_log(LOG_NOTICE, "add audio = %d add t38 = %d\n", add_audio, add_t38);
 	
 	if (!p->rtp) {
 		ast_log(LOG_WARNING, "No way to add SDP without an RTP structure\n");




More information about the svn-commits mailing list