Downgrade some logging messages

This commit is contained in:
Audrey Dutcher 2023-01-05 19:26:36 -08:00 committed by Jeremy Soller
parent 63ae69df0a
commit e00109d77f
3 changed files with 6 additions and 6 deletions

View file

@ -29,7 +29,7 @@ impl FontSystem {
log::warn!("failed to get system locale, falling back to en-US");
String::from("en-US")
});
log::info!("Locale: {}", locale);
log::debug!("Locale: {}", locale);
let mut db = fontdb::Database::new();
{