[gnome-software] trivial: Fix a debug message when the app state is unknown



commit 128b764b5bbf10b013a9effe4ca9299dfea7cc55
Author: Richard Hughes <richard hughsie com>
Date:   Wed Feb 22 12:55:00 2017 +0000

    trivial: Fix a debug message when the app state is unknown

 src/gs-plugin-loader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-plugin-loader.c b/src/gs-plugin-loader.c
index b21878d..acb00fd 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -1036,7 +1036,7 @@ gs_plugin_loader_app_is_valid (GsApp *app, gpointer user_data)
 
        /* don't show unknown state */
        if (gs_app_get_state (app) == AS_APP_STATE_UNKNOWN) {
-               g_debug ("app invalid as job unknown %s",
+               g_debug ("app invalid as state unknown %s",
                         gs_plugin_loader_get_app_str (app));
                return FALSE;
        }


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