[gegl] tools/gegl-tester: remove part of debug output



commit 8c3edcf133a1859068c8b00a8f9fff514de50f64
Author: Øyvind Kolås <pippin gimp org>
Date:   Thu Mar 9 19:13:56 2017 +0100

    tools/gegl-tester: remove part of debug output

 tools/gegl-tester.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/gegl-tester.c b/tools/gegl-tester.c
index 1df5a02..3ef8746 100644
--- a/tools/gegl-tester.c
+++ b/tools/gegl-tester.c
@@ -259,7 +259,7 @@ process_operations (GType type)
       {
         gchar *output_path = operation_to_path (name, FALSE);
         gchar *gothash = compute_hash_for_path (output_path);
-        g_printf (" hash = %s [%s]\n", gothash, name);
+        g_printf (" hash = %s\n", gothash);
         g_free (gothash);
         g_free (output_path);
       }


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