mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-16 15:41:38 +08:00
Raise debug level to 2 on annoying Changing language to English message
Fixes #1386
This commit is contained in:
parent
a13e067b85
commit
c70769c656
2
env.cpp
2
env.cpp
@ -310,7 +310,7 @@ static void handle_locale()
|
||||
|
||||
if (get_is_interactive())
|
||||
{
|
||||
debug(0, _(L"Changing language to English"));
|
||||
debug(2, _(L"Changing language to English"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user