mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Raise debug level to 2 on annoying Changing language to English message
Fixes #1386
This commit is contained in:
parent
a13e067b85
commit
c70769c656
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue