font: don't spam failures to lookup glyphs

This commit is contained in:
Daniel Eklöf 2019-11-20 10:23:17 +01:00
parent 3c8a87168a
commit 8deba5fdb7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

4
font.c
View file

@ -441,8 +441,8 @@ glyph_for_wchar(const struct font *font, wchar_t wc, struct glyph *glyph)
}
}
LOG_WARN("%C: no glyph found (in neither the main font, "
"nor any fallback fonts)", wc);
LOG_DBG("%C: no glyph found (in neither the main font, "
"nor any fallback fonts)", wc);
}
err = FT_Load_Glyph(font->face, idx, font->load_flags);