font/freetype: Downgrade pixfmt conversion log to debug

This is an expected occurrence with bitmap glyphs and causes unnecessary
spam when using the terminal with one.
This commit is contained in:
sin-ack
2024-12-29 04:56:17 +00:00
committed by Jonathan Lopez
parent d2f44d3727
commit 3c0a985d4d

View File

@ -376,7 +376,7 @@ pub const Face = struct {
return error.UnsupportedPixelMode;
};
log.warn("converting from pixel_mode={} to atlas_format={}", .{
log.debug("converting from pixel_mode={} to atlas_format={}", .{
bitmap_ft.pixel_mode,
atlas.format,
});