dect
/
asterisk
Archived
13
0
Fork 0

Extra comma causing compilation errors...

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8137 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
oej 2006-01-17 18:56:57 +00:00
parent f9a9b74151
commit 6175874be9
1 changed files with 1 additions and 1 deletions

View File

@ -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: