Downgrade some logging messages
This commit is contained in:
parent
63ae69df0a
commit
e00109d77f
3 changed files with 6 additions and 6 deletions
|
|
@ -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();
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue