[gnome-software/gnome-3-26] plugin loader: Don't log debug messages on INFO level



commit 47b67b0c8931fa30f12006e9799432b8d50c1b9e
Author: Kalev Lember <klember redhat com>
Date:   Fri Dec 8 16:01:48 2017 +0100

    plugin loader: Don't log debug messages on INFO level
    
    We put INFO level messages to journal and it's just unnecessary noise
    there.

 lib/gs-plugin-loader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/gs-plugin-loader.c b/lib/gs-plugin-loader.c
index 7b98d2a..d36f329 100644
--- a/lib/gs-plugin-loader.c
+++ b/lib/gs-plugin-loader.c
@@ -239,7 +239,7 @@ static void
 gs_plugin_loader_job_debug (GsPluginLoaderHelper *helper)
 {
        g_autofree gchar *str = gs_plugin_job_to_string (helper->plugin_job);
-       g_info ("%s", str);
+       g_debug ("%s", str);
 }
 
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GsPluginLoaderHelper, gs_plugin_loader_helper_free)


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