aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-08 23:29:50 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-08 23:29:50 +0000
commite1cd460f365b0f1fd099110b086649496db2545a (patch)
tree4ef78f5c32e141c4cea063837f375a320c754082 /pbx.c
parentcc8225cd253ed355e292828a5caeb66ba07d16c3 (diff)
verbose fixes (bug #2602)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@3955 f38db490-d61c-443f-a65b-d21fe96a405b
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 16888bdbf..04f156976 100755
--- a/pbx.c
+++ b/pbx.c
@@ -1258,7 +1258,7 @@ static int pbx_extension_helper(struct ast_channel *c, char *context, char *exte
pbx_substitute_variables(passdata, sizeof(passdata), c, e);
if (option_debug)
ast_log(LOG_DEBUG, "Launching '%s'\n", app->name);
- else if (option_verbose > 2)
+ if (option_verbose > 2)
ast_verbose( VERBOSE_PREFIX_3 "Executing %s(\"%s\", \"%s\") %s\n",
term_color(tmp, app->name, COLOR_BRCYAN, 0, sizeof(tmp)),
term_color(tmp2, c->name, COLOR_BRMAGENTA, 0, sizeof(tmp2)),