mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-12 05:34:01 -04:00
font: don't spam failures to lookup glyphs
This commit is contained in:
parent
3c8a87168a
commit
8deba5fdb7
1 changed files with 2 additions and 2 deletions
2
font.c
2
font.c
|
|
@ -441,7 +441,7 @@ glyph_for_wchar(const struct font *font, wchar_t wc, struct glyph *glyph)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_WARN("%C: no glyph found (in neither the main font, "
|
LOG_DBG("%C: no glyph found (in neither the main font, "
|
||||||
"nor any fallback fonts)", wc);
|
"nor any fallback fonts)", wc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue