Skip to content

Commit

Permalink
[locale] Log what we matched with (for language)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaandegroot committed Aug 14, 2022
1 parent cfb8ef9 commit eb24216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/locale/LocaleConfiguration.cpp
Expand Up @@ -86,7 +86,7 @@ LocaleConfiguration::fromLanguageAndLocation( const QString& languageLocale,
}
if ( best_match.isValid() )
{

cDebug() << Logger::SubEntry << "Matched best with" << best_match.name();
lang = best_match.name();
}
}
Expand Down

0 comments on commit eb24216

Please sign in to comment.