mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
FreeType: Improve "Invalid codepoint" debug message
This commit is contained in:
parent
dc17b32ceb
commit
15a677c639
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ impl FontHandleMethods for FontHandle {
|
|||
if idx != 0 as FT_UInt {
|
||||
Some(idx as GlyphId)
|
||||
} else {
|
||||
debug!("Invalid codepoint: {}", codepoint);
|
||||
debug!("Invalid codepoint: U+{:04X} ('{}')", codepoint as u32, codepoint);
|
||||
None
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue