settings: Reduce log verbosity if files can't be opened

Basically reintroducing 2a38b4556e.
This commit is contained in:
Tobias Brunner
2014-05-15 11:28:09 +02:00
parent 8b43c9ba34
commit f65ac98c64
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ METHOD(parser_helper_t, file_next, parser_helper_file_t*,
array_insert(this->files, ARRAY_TAIL, next);
return &next->public;
}
PARSER_DBG1(&this->public, "unable to open '%s'", name);
PARSER_DBG2(&this->public, "unable to open '%s'", name);
parser_helper_file_destroy(next);
}
file->matches->destroy(file->matches);