mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
Improve logging output to only show the part of teh string being measured
svn path=/trunk/netsurf/; revision=12045
This commit is contained in:
parent
7591d2712e
commit
a5ef282aec
@ -104,7 +104,7 @@ bool nsfont_width(const plot_font_style_t *fstyle,
|
||||
|
||||
pango_font_description_free(desc);
|
||||
|
||||
LOG(("fstyle: %p string: %s, length: %u -> %d", fstyle, string, length, *width));
|
||||
LOG(("fstyle: %p string:\"%.*s\", length: %u -> %d", fstyle, length, string, length, *width));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user