[asterisk-commits] dvossel: branch dvossel/shortbus r325410 - /team/dvossel/shortbus/apps/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jun 28 16:42:48 CDT 2011
Author: dvossel
Date: Tue Jun 28 16:42:44 2011
New Revision: 325410
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=325410
Log:
Removes debug print statement
Modified:
team/dvossel/shortbus/apps/app_confbridge.c
Modified: team/dvossel/shortbus/apps/app_confbridge.c
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/shortbus/apps/app_confbridge.c?view=diff&rev=325410&r1=325409&r2=325410
==============================================================================
--- team/dvossel/shortbus/apps/app_confbridge.c (original)
+++ team/dvossel/shortbus/apps/app_confbridge.c Tue Jun 28 16:42:44 2011
@@ -1748,7 +1748,6 @@
break;
case MENU_ACTION_SET_SINGLE_VIDEO_SRC:
ao2_lock(conference_bridge);
- ast_log(LOG_NOTICE, "HIT\n");
ast_bridge_set_single_src_video_mode(conference_bridge->bridge, bridge_channel->chan);
ao2_unlock(conference_bridge);
break;
More information about the asterisk-commits
mailing list