summaryrefslogtreecommitdiff
path: root/pbx
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2006-09-19 16:23:45 +0000
committerMatt O'Gorman <mogorman@digium.com>2006-09-19 16:23:45 +0000
commitd0a1a0033d6c36966a9905ecd19748cf0b0d1cfc (patch)
treea58a9222645e8ccbba65497c74d4df0ef7353d54 /pbx
parent65abfac363f99206d7d419a265a697278d890542 (diff)
similar patch for verbose vs debug with minor changes
bug 2617 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43272 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_gtkconsole.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_gtkconsole.c b/pbx/pbx_gtkconsole.c
index 9f9a1899e..4dce4d28a 100644
--- a/pbx/pbx_gtkconsole.c
+++ b/pbx/pbx_gtkconsole.c
@@ -495,7 +495,7 @@ static int load_module(void *mod)
} else {
if (option_debug)
ast_log(LOG_DEBUG, "Unable to start GTK console monitor -- ignoring\n");
- else if (option_verbose > 1)
+ if (option_verbose > 1)
ast_verbose( VERBOSE_PREFIX_2 "GTK is not available -- skipping monitor\n");
}
return 0;