From 4ec4641ce87f070368d31471d547b9636386b6c9 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 21 Dec 2011 00:00:07 +0000 Subject: [PATCH] Remove the right diagnostic. --- nmap-update/nmap-update.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nmap-update/nmap-update.c b/nmap-update/nmap-update.c index 5aeab1bf2..9611a20da 100644 --- a/nmap-update/nmap-update.c +++ b/nmap-update/nmap-update.c @@ -541,6 +541,9 @@ static int read_config_file(const char *conf_filename) struct config_entry entry; int ret; + if (options.verbose) + printf("Trying to open configuration file %s.\n", conf_filename); + errno = 0; if (config_parser_open(conf_filename, &cp) == -1) { if (options.verbose)