From 4df835be7a7ccd73debcc8d1d8a3ebcc606cc7d4 Mon Sep 17 00:00:00 2001 From: mogorman Date: Tue, 19 Sep 2006 16:21:08 +0000 Subject: fixes some verbose vs debug issues. patch from bug 2617 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@43269 f38db490-d61c-443f-a65b-d21fe96a405b --- pbx/pbx_gtkconsole.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbx') diff --git a/pbx/pbx_gtkconsole.c b/pbx/pbx_gtkconsole.c index f0d118b89..5a3779c2c 100644 --- a/pbx/pbx_gtkconsole.c +++ b/pbx/pbx_gtkconsole.c @@ -496,7 +496,7 @@ int load_module(void) } 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; -- cgit v1.2.3