[asterisk-commits] rizzo: branch rizzo/video_v2 r85390 - /team/rizzo/video_v2/channels/chan_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Oct 11 07:03:06 CDT 2007


Author: rizzo
Date: Thu Oct 11 07:03:06 2007
New Revision: 85390

URL: http://svn.digium.com/view/asterisk?view=rev&rev=85390
Log:
increase the level of an annoying debugging message.


Modified:
    team/rizzo/video_v2/channels/chan_sip.c

Modified: team/rizzo/video_v2/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/rizzo/video_v2/channels/chan_sip.c?view=diff&rev=85390&r1=85389&r2=85390
==============================================================================
--- team/rizzo/video_v2/channels/chan_sip.c (original)
+++ team/rizzo/video_v2/channels/chan_sip.c Thu Oct 11 07:03:06 2007
@@ -4867,7 +4867,7 @@
 
 	if (f && f->subclass != (p->owner->nativeformats & AST_FORMAT_AUDIO_MASK)) {
 		if (!(f->subclass & p->jointcapability)) {
-			ast_debug(1, "Bogus frame of format '%s' received from '%s'!\n",
+			ast_debug(3, "Bogus frame of format '%s' received from '%s'!\n",
 				ast_getformatname(f->subclass), p->owner->name);
 			return &ast_null_frame;
 		}




More information about the asterisk-commits mailing list