[asterisk-commits] mmichelson: branch group/CCSS r219939 - /team/group/CCSS/main/channel.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Sep 23 13:55:58 CDT 2009


Author: mmichelson
Date: Wed Sep 23 13:55:54 2009
New Revision: 219939

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=219939
Log:
nothing to see here.


Modified:
    team/group/CCSS/main/channel.c

Modified: team/group/CCSS/main/channel.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/main/channel.c?view=diff&rev=219939&r1=219938&r2=219939
==============================================================================
--- team/group/CCSS/main/channel.c (original)
+++ team/group/CCSS/main/channel.c Wed Sep 23 13:55:54 2009
@@ -7167,7 +7167,7 @@
 	}
 
 	if (ast_cc_monitor_count(chan_name, monitor_type) >= ast_get_cc_max_monitors(ast_channel_get_cc_config_params(chan))) {
-		ast_log(LOG_NOTICE, "Not queuing a CC frame for channel %s since it already has its maximum monitors allocated\n");
+		ast_log(LOG_NOTICE, "Not queuing a CC frame for channel %s since it already has its maximum monitors allocated\n", chan_name);
 		return 0;
 	}
 




More information about the asterisk-commits mailing list