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