mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-10 21:11:15 -03:00
Remove last remaining debug(0)
Replace with FLOGF.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user