Replace debug(1) with FLOGF(warning)

This commit is contained in:
Fabian Homborg
2020-01-19 13:38:47 +01:00
parent 384f18a51c
commit 024e03ab1e
15 changed files with 49 additions and 45 deletions

View File

@@ -107,7 +107,7 @@ static bool path_get_path_core(const wcstring &cmd, wcstring *out_path,
break;
}
default: {
debug(1, MISSING_COMMAND_ERR_MSG, next_path.c_str());
FLOGF(warning, MISSING_COMMAND_ERR_MSG, next_path.c_str());
wperror(L"access");
break;
}