projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95144f7
)
Extra comma causing compilation errors...
author
Olle Johansson
<oej@edvina.net>
Tue, 17 Jan 2006 18:56:57 +0000
(18:56 +0000)
committer
Olle Johansson
<oej@edvina.net>
Tue, 17 Jan 2006 18:56:57 +0000
(18:56 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8137
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channel.c
patch
|
blob
|
history
diff --git
a/channel.c
b/channel.c
index
2209483
..
f331f6a
100644
(file)
--- 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: