aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-08 05:24:50 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-08 05:24:50 +0000
commitdeab5616fd659948ec6ff58496db539fedb5f1fb (patch)
tree270f4ff4bbb8b3a1c0ddaef68a320ff50ffde048 /pbx.c
parent5c43c703ee271f7e0f6ec0d7839ac90e82ef2313 (diff)
Cleanup formatting a little...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32953 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rw-r--r--pbx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbx.c b/pbx.c
index 40ec7752e..b8beb0f6c 100644
--- a/pbx.c
+++ b/pbx.c
@@ -1680,8 +1680,8 @@ static int pbx_extension_helper(struct ast_channel *c, struct ast_context *con,
}
if (option_verbose > 2) {
char tmp[80], tmp2[80], tmp3[EXT_DATA_SIZE];
- ast_verbose( VERBOSE_PREFIX_3 "Executing [%s:%d] %s(\"%s\", \"%s\") %s\n",
- context, priority,
+ ast_verbose( VERBOSE_PREFIX_3 "Executing [%s@%s:%d] %s(\"%s\", \"%s\") %s\n",
+ exten, context, priority,
term_color(tmp, app->name, COLOR_BRCYAN, 0, sizeof(tmp)),
term_color(tmp2, c->name, COLOR_BRMAGENTA, 0, sizeof(tmp2)),
term_color(tmp3, passdata, COLOR_BRMAGENTA, 0, sizeof(tmp3)),