Lower log level of "Loading new fonts" to `trace`
This commit is contained in:
parent
1b8737cf02
commit
b8d008177a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue