mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-10 20:08:16 +00:00
Cleanup formatting a little...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32953 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
pbx.c
4
pbx.c
@@ -1680,8 +1680,8 @@ static int pbx_extension_helper(struct ast_channel *c, struct ast_context *con,
|
|||||||
}
|
}
|
||||||
if (option_verbose > 2) {
|
if (option_verbose > 2) {
|
||||||
char tmp[80], tmp2[80], tmp3[EXT_DATA_SIZE];
|
char tmp[80], tmp2[80], tmp3[EXT_DATA_SIZE];
|
||||||
ast_verbose( VERBOSE_PREFIX_3 "Executing [%s:%d] %s(\"%s\", \"%s\") %s\n",
|
ast_verbose( VERBOSE_PREFIX_3 "Executing [%s@%s:%d] %s(\"%s\", \"%s\") %s\n",
|
||||||
context, priority,
|
exten, context, priority,
|
||||||
term_color(tmp, app->name, COLOR_BRCYAN, 0, sizeof(tmp)),
|
term_color(tmp, app->name, COLOR_BRCYAN, 0, sizeof(tmp)),
|
||||||
term_color(tmp2, c->name, COLOR_BRMAGENTA, 0, sizeof(tmp2)),
|
term_color(tmp2, c->name, COLOR_BRMAGENTA, 0, sizeof(tmp2)),
|
||||||
term_color(tmp3, passdata, COLOR_BRMAGENTA, 0, sizeof(tmp3)),
|
term_color(tmp3, passdata, COLOR_BRMAGENTA, 0, sizeof(tmp3)),
|
||||||
|
|||||||
Reference in New Issue
Block a user