[gnome-photos/wip/rishi/edit-preview: 1/9] gegl-gtk-view-helper: Tag the debug message with its origin



commit 63dd579d000d6c88ec32bc9fb641eb611a332552
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Nov 23 20:57:25 2015 +0100

    gegl-gtk-view-helper: Tag the debug message with its origin
    
    We want to log the time taken to blit the previews, so it helps if the
    messages are unique.

 src/gegl-gtk-view-helper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gegl-gtk-view-helper.c b/src/gegl-gtk-view-helper.c
index 1df5e3f..0adbe2b 100644
--- a/src/gegl-gtk-view-helper.c
+++ b/src/gegl-gtk-view-helper.c
@@ -214,7 +214,7 @@ view_helper_draw(ViewHelper *self, cairo_t *cr, GdkRectangle *rect)
                    GEGL_BLIT_CACHE | (self->block ? 0 : GEGL_BLIT_DIRTY));
 
     end = g_get_monotonic_time ();
-    photos_debug (PHOTOS_DEBUG_GEGL, "Node Blit: %" G_GINT64_FORMAT, end - start);
+    photos_debug (PHOTOS_DEBUG_GEGL, "GeglGtkView: Node Blit: %" G_GINT64_FORMAT, end - start);
 
     surface = cairo_image_surface_create_for_data(buf,
               CAIRO_FORMAT_ARGB32,


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