diff --git a/config.c b/config.c index 5738c507db..92b9976b5a 100755 --- a/config.c +++ b/config.c @@ -459,14 +459,14 @@ static struct ast_config *config_text_file_load(const char *database, const char for (i=0; i 2) && !option_debug) { + if ((option_verbose > 1) && !option_debug) { ast_verbose( VERBOSE_PREFIX_2 "Parsing '%s': ", fn); fflush(stdout); } if ((f = fopen(fn, "r"))) { if (option_debug) ast_log(LOG_DEBUG, "Parsing %s\n", fn); - else if (option_verbose > 2) + else if (option_verbose > 1) ast_verbose("Found\n"); while(!feof(f)) { lineno++;