1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

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

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;