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

This commit is contained in:
Adriaan de Groot 2022-08-14 21:45:45 +02:00
parent cfb8ef9f65
commit eb242168bf

View File

@ -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();
} }
} }