From 5a45a94d68925548bb3c2b2408dbf24312156c84 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 19 Dec 2011 22:42:09 +0000 Subject: [PATCH] Remove metadata diagnostic. --- nmap-update/nmap-update.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/nmap-update/nmap-update.c b/nmap-update/nmap-update.c index 90881dadf..60a7b9ac8 100644 --- a/nmap-update/nmap-update.c +++ b/nmap-update/nmap-update.c @@ -542,9 +542,6 @@ 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)