[locale] Log what we matched with (for language)
This commit is contained in:
parent
cfb8ef9f65
commit
eb242168bf
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user