aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-17 18:56:57 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-17 18:56:57 +0000
commit6175874be93febb381d822faad9bddaf9c13b34c (patch)
tree5ce241b1b1eb591e2fe66c56bb546b3e67b013bc /channel.c
parentf9a9b7415160c314f679e2ae97cdeb267636492e (diff)
Extra comma causing compilation errors...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8137 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channel.c')
-rw-r--r--channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index 2209483f8..f331f6af8 100644
--- a/channel.c
+++ b/channel.c
@@ -3492,7 +3492,7 @@ enum ast_bridge_result ast_channel_bridge(struct ast_channel *c0, struct ast_cha
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: