[svn-commits] trunk - r8137 /trunk/channel.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Jan 17 11:56:58 MST 2006


Author: oej
Date: Tue Jan 17 12:56:57 2006
New Revision: 8137

URL: http://svn.digium.com/view/asterisk?rev=8137&view=rev
Log:
Extra comma causing compilation errors...

Modified:
    trunk/channel.c

Modified: trunk/channel.c
URL: http://svn.digium.com/view/asterisk/trunk/channel.c?rev=8137&r1=8136&r2=8137&view=diff
==============================================================================
--- trunk/channel.c (original)
+++ trunk/channel.c Tue Jan 17 12:56:57 2006
@@ -3492,7 +3492,7 @@
 				continue;
 			default:
 				if (option_verbose > 2)
-					ast_verbose(VERBOSE_PREFIX_3, "Native bridging %s and %s ended\n",
+					ast_verbose(VERBOSE_PREFIX_3 "Native bridging %s and %s ended\n",
 						    c0->name, c1->name);
 				/* fallthrough */
 			case AST_BRIDGE_FAILED_NOWARN:



More information about the svn-commits mailing list