1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 08:29:04 +00:00

Remove another metadata diagnostic.

This commit is contained in:
david
2011-12-19 23:34:15 +00:00
parent bff7bf50f1
commit 38ddd57eea

View File

@@ -613,9 +613,6 @@ static int read_metadata_file(const char *metadata_filename, struct metadata *me
struct config_entry entry;
int ret;
if (options.verbose)
printf("Trying to open metadata file %s.\n", metadata_filename);
errno = 0;
if (config_parser_open(metadata_filename, &cp) == -1) {
/* A missing file is not an error for metadata. */