Raise debug level to 2 on annoying Changing language to English message

Fixes #1386
This commit is contained in:
ridiculousfish 2014-10-08 11:46:03 -07:00
parent a13e067b85
commit c70769c656

View file

@ -310,7 +310,7 @@ static void handle_locale()
if (get_is_interactive()) if (get_is_interactive())
{ {
debug(0, _(L"Changing language to English")); debug(2, _(L"Changing language to English"));
} }
} }
} }