[svn-commits] rmudgett: branch rmudgett/bridge_phase r382265 - /team/rmudgett/bridge_phase/...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 28 12:12:35 CST 2013


Author: rmudgett
Date: Thu Feb 28 12:12:31 2013
New Revision: 382265

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382265
Log:
Remove BUGBUG tag on some debug messags.

Modified:
    team/rmudgett/bridge_phase/main/bridging.c

Modified: team/rmudgett/bridge_phase/main/bridging.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/bridge_phase/main/bridging.c?view=diff&rev=382265&r1=382264&r2=382265
==============================================================================
--- team/rmudgett/bridge_phase/main/bridging.c (original)
+++ team/rmudgett/bridge_phase/main/bridging.c Thu Feb 28 12:12:31 2013
@@ -153,7 +153,7 @@
 void ast_bridge_change_state_nolock(struct ast_bridge_channel *bridge_channel, enum ast_bridge_channel_state new_state)
 {
 /* BUGBUG need cause code for the bridge_channel leaving the bridge. */
-	ast_debug(1, "BUGBUG Setting bridge channel %p(%s) state from:%d to:%d\n",
+	ast_debug(1, "Setting bridge channel %p(%s) state from:%d to:%d\n",
 		bridge_channel, ast_channel_name(bridge_channel->chan), bridge_channel->state,
 		new_state);
 
@@ -179,7 +179,7 @@
 		return -1;
 	}
 
-	ast_debug(1, "BUGBUG Queueing action type:%d sub:%d on bridge %p\n",
+	ast_debug(1, "Queueing action type:%d sub:%d on bridge %p\n",
 		action->frametype, action->subclass.integer, bridge);
 
 	ao2_lock(bridge);
@@ -199,7 +199,7 @@
 		return -1;
 	}
 
-	ast_debug(1, "BUGBUG Queueing action type:%d sub:%d on bridge channel %p(%s)\n",
+	ast_debug(1, "Queueing action type:%d sub:%d on bridge channel %p(%s)\n",
 		action->frametype, action->subclass.integer, bridge_channel,
 		ast_channel_name(bridge_channel->chan));
 




More information about the svn-commits mailing list