Lower log level of "Loading new fonts" to `trace`

This commit is contained in:
Emil Ernerfeldt 2024-09-19 11:56:38 +02:00
parent 1b8737cf02
commit b8d008177a
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ impl ContextImpl {
self.fonts.clear();
self.font_definitions = font_definitions;
#[cfg(feature = "log")]
log::debug!("Loading new font definitions");
log::trace!("Loading new font definitions");
}
let mut is_new = false;