summaryrefslogtreecommitdiff
path: root/pbx/pbx_gtkconsole.c
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2006-09-19 21:07:49 +0000
committerMatthew Fredrickson <creslin@digium.com>2006-09-19 21:07:49 +0000
commit33ddb536631cb9b46dc63923dbf79ead8db89186 (patch)
treecf83670bfa579bddec4a254d9f6fc45e2a8a7829 /pbx/pbx_gtkconsole.c
parentfc60c151d3c49897088c148ea01304701b40c2a2 (diff)
Various updates from PCadach's chan_h323-live branch
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43294 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/pbx_gtkconsole.c')
-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 4dce4d28a..9f9a1899e 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");
- if (option_verbose > 1)
+ else if (option_verbose > 1)
ast_verbose( VERBOSE_PREFIX_2 "GTK is not available -- skipping monitor\n");
}
return 0;