[gtk/big-glyphs: 11/17] gl: Improve glyph cache logging
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/big-glyphs: 11/17] gl: Improve glyph cache logging
- Date: Mon, 3 Jun 2019 02:10:37 +0000 (UTC)
commit ad2a1c92ce68a2a9aa04c26ebd6658a3ea79b0b2
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Jun 2 20:53:07 2019 +0000
gl: Improve glyph cache logging
Use g_message to be consistent, and make the
message fit a line.
gsk/gl/gskglglyphcache.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/gsk/gl/gskglglyphcache.c b/gsk/gl/gskglglyphcache.c
index 37e468eb0e..ed0aeb479c 100644
--- a/gsk/gl/gskglglyphcache.c
+++ b/gsk/gl/gskglglyphcache.c
@@ -190,11 +190,10 @@ add_to_cache (GskGLGlyphCache *cache,
#ifdef G_ENABLE_DEBUG
if (GSK_RENDERER_DEBUG_CHECK (cache->renderer, GLYPH_CACHE))
{
- g_print ("Glyph cache:\n");
for (i = 0; i < cache->atlases->len; i++)
{
atlas = g_ptr_array_index (cache->atlases, i);
- g_print ("\tGskGLGlyphAtlas %d (%dx%d): %.2g%% old pixels, filled to %d, %d / %d\n",
+ g_message ("atlas %d (%dx%d): %.2g%% old pixels, filled to %d, %d / %d",
i, atlas->width, atlas->height,
100.0 * (double)atlas->old_pixels / (double)(atlas->width * atlas->height),
atlas->x, atlas->y0, atlas->y);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]