diff --git a/config.c b/config.c
index 32a059146fe19b8d8a7cc2fd9893f330d04818a1..1c7c6cb958526f2684786af6a6809b7dfeb26309 100755
--- a/config.c
+++ b/config.c
@@ -657,7 +657,7 @@ static struct ast_config *config_text_file_load(const char *database, const char
 	} else { /* can't open file */
 		if (option_debug)
 			ast_log(LOG_DEBUG, "No file to parse: %s\n", fn);
-		else if (option_verbose > 2)
+		else if (option_verbose > 1)
 			ast_verbose( "Not found (%s)\n", strerror(errno));
 	}
 	if (comment) {