[gnome-software/mwleeds/honor-g-messages-debug: 2/2] lib: Ignore GdkPixbuf chattiness
- From: Phaedrus Leeds <mwleeds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/mwleeds/honor-g-messages-debug: 2/2] lib: Ignore GdkPixbuf chattiness
- Date: Thu, 18 Feb 2021 07:48:29 +0000 (UTC)
commit 901ae45394c55eb07461c0065021d634fdb168e6
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 c269f6bb6..6854b6c35 100644
--- a/lib/gs-debug.c
+++ b/lib/gs-debug.c
@@ -72,7 +72,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]