forked from organicmaps/organicmaps
[search] Always print current locale.
This commit is contained in:
parent
cd9fcf823a
commit
c342f96e11
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ void Query::SetPreferredLocale(string const & locale)
|
|||
{
|
||||
ASSERT(!locale.empty(), ());
|
||||
|
||||
LOG(LDEBUG, ("New preffered locale:", locale));
|
||||
LOG(LINFO, ("New preffered locale:", locale));
|
||||
|
||||
int8_t const code = StringUtf8Multilang::GetLangIndex(languages::Normalize(locale));
|
||||
SetLanguage(LANG_CURRENT, code);
|
||||
|
|
Loading…
Add table
Reference in a new issue