Convert further debug(0) calls to FLOG

Follow on from ea9d1ad82f.
This commit is contained in:
David Adam
2019-05-28 21:06:42 +08:00
parent 29c627d020
commit ba4f4bfce2
2 changed files with 3 additions and 2 deletions

View File

@@ -1189,7 +1189,7 @@ void env_stack_t::set_termsize() {
void env_stack_t::set_pwd_from_getcwd() {
wcstring cwd = wgetcwd();
if (cwd.empty()) {
debug(0,
FLOG(error,
_(L"Could not determine current working directory. Is your locale set correctly?"));
return;
}