[svn-commits] oej: branch oej/chocolate-video-congestion-11 r431661 - /team/oej/chocolate-v...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 11 09:34:50 CST 2015


Author: oej
Date: Wed Feb 11 09:34:48 2015
New Revision: 431661

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=431661
Log:
Who put a typo in my code?

Modified:
    team/oej/chocolate-video-congestion-11/channels/chan_sip.c

Modified: team/oej/chocolate-video-congestion-11/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/chocolate-video-congestion-11/channels/chan_sip.c?view=diff&rev=431661&r1=431660&r2=431661
==============================================================================
--- team/oej/chocolate-video-congestion-11/channels/chan_sip.c (original)
+++ team/oej/chocolate-video-congestion-11/channels/chan_sip.c Wed Feb 11 09:34:48 2015
@@ -11112,7 +11112,7 @@
 		Ack can have the following parameters
 			rpsi, app
 		*/
-		ast_debug(2, " Got RTCP-FB parameter for codec %d : %s \n", codec, rtcfb_string);
+		ast_debug(2, " Got RTCP-FB parameter for codec %d : %s \n", codec, rtcpfb_string);
 		/* Do something clever with this information */
 		/* FInd out if there's a parameter */
 	}




More information about the svn-commits mailing list