From: Mark Spencer Date: Thu, 8 Jun 2006 05:24:50 +0000 (+0000) Subject: Cleanup formatting a little... X-Git-Tag: 1.4.0-beta1~992 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fc9c13bbf1bc84861f3e32cc40dfebaf7b6062c;p=thirdparty%2Fasterisk.git Cleanup formatting a little... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32953 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx.c b/pbx.c index 40ec7752e3..b8beb0f6c6 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)),