[asterisk-commits] pcadach: branch pcadach/chan_h323-live r40516 - /team/pcadach/chan_h323-live/...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Aug 18 23:31:03 MST 2006


Author: pcadach
Date: Sat Aug 19 01:31:03 2006
New Revision: 40516

URL: http://svn.digium.com/view/asterisk?rev=40516&view=rev
Log:
Remove debug message flood on writing audio frames

Modified:
    team/pcadach/chan_h323-live/channels/chan_h323.c

Modified: team/pcadach/chan_h323-live/channels/chan_h323.c
URL: http://svn.digium.com/view/asterisk/team/pcadach/chan_h323-live/channels/chan_h323.c?rev=40516&r1=40515&r2=40516&view=diff
==============================================================================
--- team/pcadach/chan_h323-live/channels/chan_h323.c (original)
+++ team/pcadach/chan_h323-live/channels/chan_h323.c Sat Aug 19 01:31:03 2006
@@ -655,9 +655,6 @@
 		}
 	}
 	if (pvt) {
-		if (h323debug)
-			ast_log(LOG_DEBUG, "Writing audio frame\n");
-
 		ast_mutex_lock(&pvt->lock);
 		if (pvt->rtp) {
 			res =  ast_rtp_write(pvt->rtp, frame);



More information about the asterisk-commits mailing list