[gtk/wip/matthiasc/gl-icon-cache: 1/9] glyph cache: Clarify message



commit a96afef8432d9bcd8cf0ea22a7a30d1fc578c1f7
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jun 2 15:08:20 2019 +0000

    glyph cache: Clarify message
    
    We have different kinds of caches now.

 gsk/gl/gskglglyphcache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gsk/gl/gskglglyphcache.c b/gsk/gl/gskglglyphcache.c
index ab1b053390..ad20a8fa9b 100644
--- a/gsk/gl/gskglglyphcache.c
+++ b/gsk/gl/gskglglyphcache.c
@@ -396,7 +396,7 @@ gsk_gl_glyph_cache_begin_frame (GskGLGlyphCache *self)
 #if 0
           static int kk;
 
-          g_message ("Dropping cache... Ratio: %f",
+          g_message ("Dropping glyph cache... Ratio: %f",
                      gsk_gl_texture_atlas_get_unused_ratio (atlas));
           gsk_gl_image_write_to_png (&atlas->image, self->gl_driver,
                                      g_strdup_printf ("dropped_%d.png", kk++));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]