diff --git a/config.c b/config.c
index 94fb61cb4f1f107ed63aff0103216e8e7db20761..e563dd8cc4e363ab50630796c103609f89815b89 100755
--- a/config.c
+++ b/config.c
@@ -537,7 +537,7 @@ struct ast_config *ast_internal_load(const char *configfile, struct ast_config *
 			for (i=0; i<globbuf.gl_pathc; i++) {
 				strncpy(fn, globbuf.gl_pathv[i], sizeof(fn)-1);
 #endif
-	if ((option_verbose > 2) && !option_debug) {
+	if ((option_verbose > 1) && !option_debug) {
 		ast_verbose(  VERBOSE_PREFIX_2 "Parsing '%s': ", fn);
 		fflush(stdout);
 	}