Remove last remaining debug(0)

Replace with FLOGF.
This commit is contained in:
Fabian Homborg
2020-01-19 13:31:25 +01:00
parent 0e5846ee38
commit 384f18a51c
2 changed files with 2 additions and 2 deletions

View File

@@ -3514,7 +3514,7 @@ static int read_ni(parser_t &parser, int fd, const io_chain_t &io) {
clearerr(in_stream);
} else {
// Fatal error.
debug(0, _(L"Unable to read input file: %s"), strerror(errno));
FLOGF(error, _(L"Unable to read input file: %s"), strerror(errno));
// Reset buffer on error. We won't evaluate incomplete files.
acc.clear();
break;