[svn-commits] mmichelson: branch group/CCSS r248858 - /team/group/CCSS/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 25 15:19:21 CST 2010


Author: mmichelson
Date: Thu Feb 25 15:19:17 2010
New Revision: 248858

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=248858
Log:
Remove extra debug message I forgot to remove.


Modified:
    team/group/CCSS/channels/chan_sip.c

Modified: team/group/CCSS/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/channels/chan_sip.c?view=diff&rev=248858&r1=248857&r2=248858
==============================================================================
--- team/group/CCSS/channels/chan_sip.c (original)
+++ team/group/CCSS/channels/chan_sip.c Thu Feb 25 15:19:17 2010
@@ -1088,7 +1088,6 @@
 static int initialize_escs(void)
 {
 	int i, res = 0;
-	ast_log(LOG_NOTICE, "For science! esc array is %zu, which is %zu/%zu", ARRAY_LEN(event_state_compositors),
 			sizeof(event_state_compositors), sizeof(0[event_state_compositors]));
 	for (i = 0; i < ARRAY_LEN(event_state_compositors); i++) {
 		if (!((event_state_compositors[i].compositor) =




More information about the svn-commits mailing list