summaryrefslogtreecommitdiff
path: root/pbx.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-09-02 00:33:42 +0000
committerMark Spencer <markster@digium.com>2003-09-02 00:33:42 +0000
commit884c178142f64384084e5d4cec4e2f366c9eb612 (patch)
tree93de62b095d6c29e864df600118a72a55081c3f9 /pbx.c
parentf12366ffc7e4b8bbd6ad8923ce055f788e6ce907 (diff)
iTholo fixes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1460 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index dea3ef4c6..8c48d1e09 100755
--- a/pbx.c
+++ b/pbx.c
@@ -1799,7 +1799,7 @@ int ast_pbx_run(struct ast_channel *c)
}
if (c->cdr) {
if (option_verbose > 2)
- ast_verbose(VERBOSE_PREFIX_2,"CDR updated on %s\n",c->name);
+ ast_verbose(VERBOSE_PREFIX_2 "CDR updated on %s\n",c->name);
ast_cdr_update(c);
}
}