[asterisk-commits] branch group/rtpjitterbuffer r30745 -
	/team/group/rtpjitterbuffer/channel.c
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Tue May 30 04:13:00 MST 2006
    
    
  
Author: russell
Date: Tue May 30 06:12:59 2006
New Revision: 30745
URL: http://svn.digium.com/view/asterisk?rev=30745&view=rev
Log:
remove a debug log message that will be logged frequently under normal
operatinog with the jitterbuffer
Modified:
    team/group/rtpjitterbuffer/channel.c
Modified: team/group/rtpjitterbuffer/channel.c
URL: http://svn.digium.com/view/asterisk/team/group/rtpjitterbuffer/channel.c?rev=30745&r1=30744&r2=30745&view=diff
==============================================================================
--- team/group/rtpjitterbuffer/channel.c (original)
+++ team/group/rtpjitterbuffer/channel.c Tue May 30 06:12:59 2006
@@ -3352,7 +3352,6 @@
 			/* No frame received within the specified timeout - check if we have to deliver now */
 			ast_jb_get_and_deliver(c0, c1);
 #endif /* AST_JB */
-			ast_log(LOG_DEBUG, "Nobody there, continuing...\n"); 
 			if (c0->_softhangup == AST_SOFTHANGUP_UNBRIDGE || c1->_softhangup == AST_SOFTHANGUP_UNBRIDGE) {
 				if (c0->_softhangup == AST_SOFTHANGUP_UNBRIDGE)
 					c0->_softhangup = 0;
    
    
More information about the asterisk-commits
mailing list