[svn-commits] trunk r32953 - /trunk/pbx.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed Jun 7 22:24:51 MST 2006
Author: markster
Date: Thu Jun 8 00:24:50 2006
New Revision: 32953
URL: http://svn.digium.com/view/asterisk?rev=32953&view=rev
Log:
Cleanup formatting a little...
Modified:
trunk/pbx.c
Modified: trunk/pbx.c
URL: http://svn.digium.com/view/asterisk/trunk/pbx.c?rev=32953&r1=32952&r2=32953&view=diff
==============================================================================
--- trunk/pbx.c (original)
+++ trunk/pbx.c Thu Jun 8 00:24:50 2006
@@ -1680,8 +1680,8 @@
}
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)),
More information about the svn-commits
mailing list