[gnome-software/mwleeds/honor-g-messages-debug] lib: Ignore GdkPixbuf chattiness



commit 2967cfdfa5ce033304a13fb866c1362a95595420
Author: Phaedrus Leeds <mwleeds endlessos org>
Date:   Wed Feb 17 12:19:46 2021 -0800

    lib: Ignore GdkPixbuf chattiness

 lib/gs-debug.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/lib/gs-debug.c b/lib/gs-debug.c
index a9ce19865..df596f0f9 100644
--- a/lib/gs-debug.c
+++ b/lib/gs-debug.c
@@ -68,7 +68,8 @@ gs_log_writer_console (GLogLevelFlags log_level,
        /* this is really verbose */
        if ((g_strcmp0 (log_domain, "dconf") == 0 ||
             g_strcmp0 (log_domain, "GLib-GIO") == 0 ||
-            g_strcmp0 (log_domain, "GLib-Net") == 0) &&
+            g_strcmp0 (log_domain, "GLib-Net") == 0 ||
+            g_strcmp0 (log_domain, "GdkPixbuf") == 0) &&
            log_level == G_LOG_LEVEL_DEBUG)
                return G_LOG_WRITER_HANDLED;
 


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