[asterisk-commits] file: trunk r69015 - in /trunk: ./ channels/chan_iax2.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Jun 12 12:38:17 MST 2007


Author: file
Date: Tue Jun 12 14:38:17 2007
New Revision: 69015

URL: http://svn.digium.com/view/asterisk?view=rev&rev=69015
Log:
Merged revisions 69014 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r69014 | file | 2007-06-12 15:36:29 -0400 (Tue, 12 Jun 2007) | 2 lines

Change the full frame dropping log message to debug to avoid future bug reports.

........

Modified:
    trunk/   (props changed)
    trunk/channels/chan_iax2.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_iax2.c?view=diff&rev=69015&r1=69014&r2=69015
==============================================================================
--- trunk/channels/chan_iax2.c (original)
+++ trunk/channels/chan_iax2.c Tue Jun 12 14:38:17 2007
@@ -6572,7 +6572,7 @@
 		if (cur) {
 			/* we found another thread processing a full frame for this call,
 			   so we can't accept this frame */
-			ast_log(LOG_WARNING, "Dropping frame from %s (callno %d) of type %d (subclass %d) due to frame of type %d (subclass %d) already in process\n",
+			ast_debug(1, "Dropping frame from %s (callno %d) of type %d (subclass %d) due to frame of type %d (subclass %d) already in process\n",
 				ast_inet_ntoa(thread->iosin.sin_addr), cur->ffinfo.callno,
 				fh->type, uncompress_subclass(fh->csub),
 				cur->ffinfo.type, uncompress_subclass(cur->ffinfo.csub));



More information about the asterisk-commits mailing list