diff --git a/search/processor.cpp b/search/processor.cpp index 7b2a0ac8a..d634766da 100644 --- a/search/processor.cpp +++ b/search/processor.cpp @@ -226,7 +226,7 @@ void Processor::SetInputLocale(string const & locale) return; int8_t const code = StringUtf8Multilang::GetLangIndex(languages::Normalize(locale)); - LOG(LDEBUG, ("New input locale:", locale, "locale code:", code)); + LOG(LDEBUG, ("New input locale:", locale, "; locale code:", int(code))); m_keywordsScorer.SetLanguages(LanguageTier::LANGUAGE_TIER_INPUT, feature::GetSimilar(code)); m_inputLocaleCode = CategoriesHolder::MapLocaleToInteger(locale); }