[asterisk-dev] rmudgett: branch group/bridge_construction r382271 - in /team/group/bridge_co...
Tony Mountifield
tony at softins.co.uk
Fri Mar 1 04:49:55 CST 2013
In article <E1UB8ZM-0001sg-JD at wibble.digium.internal>,
SVN commits to the Digium repositories <svn-commits at lists.digium.com> wrote:
> Author: rmudgett
> Date: Thu Feb 28 12:51:00 2013
> New Revision: 382271
>
> URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382271
> Log:
> Make bridging debug messages easier to follow. Use channel names.
>
> Modified:
> team/group/bridge_construction/bridges/bridge_multiplexed.c
> team/group/bridge_construction/bridges/bridge_softmix.c
> team/group/bridge_construction/main/bridging.c
>
> Modified: team/group/bridge_construction/bridges/bridge_multiplexed.c
> URL:
> http://svnview.digium.com/svn/asterisk/team/group/bridge_construction/bridges/bridge_multiplexed.c?view=diff&rev=382271&r1=382270&r2=382271
> ==============================================================================
> --- team/group/bridge_construction/bridges/bridge_multiplexed.c (original)
> +++ team/group/bridge_construction/bridges/bridge_multiplexed.c Thu Feb 28 12:51:00 2013
> @@ -109,7 +109,8 @@
> /* If we failed we will have to create a new one from scratch */
> muxed_thread = ao2_alloc(sizeof(*muxed_thread), destroy_multiplexed_thread);
> if (!muxed_thread) {
> - ast_debug(1, "Failed to find or create a new multiplexed thread for bridge '%p'\n", bridge);
> + ast_debug(1, "Failed to find or create a new multiplexed thread for bridge %p\n",
> + bridge);
This doesn't look like it has done anything except remove quotes.
Should the %p have been changed to %s too? Or something like that.
And so on throughout the commit.
Cheers
Tony
--
Tony Mountifield
Work: tony at softins.co.uk - http://www.softins.co.uk
Play: tony at mountifield.org - http://tony.mountifield.org
More information about the asterisk-dev
mailing list