Skip to content
Snippets Groups Projects
Commit eb242168 authored by Adriaan de Groot's avatar Adriaan de Groot
Browse files

[locale] Log what we matched with (for language)

parent cfb8ef9f
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ LocaleConfiguration::fromLanguageAndLocation( const QString& languageLocale, ...@@ -86,7 +86,7 @@ LocaleConfiguration::fromLanguageAndLocation( const QString& languageLocale,
} }
if ( best_match.isValid() ) if ( best_match.isValid() )
{ {
cDebug() << Logger::SubEntry << "Matched best with" << best_match.name();
lang = best_match.name(); lang = best_match.name();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment