[gnome-software/wip/rancell/ubuntu-ratings] Fix debug message when not detected as in Ubuntu



commit f0a74e65ef51a5cdd831a079429905526f28f0a8
Author: Robert Ancell <robert ancell canonical com>
Date:   Thu Nov 5 16:26:59 2015 +1300

    Fix debug message when not detected as in Ubuntu

 src/plugins/gs-plugin-ubuntu-ratings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-ubuntu-ratings.c b/src/plugins/gs-plugin-ubuntu-ratings.c
index 2fca1c8..fc11c89 100644
--- a/src/plugins/gs-plugin-ubuntu-ratings.c
+++ b/src/plugins/gs-plugin-ubuntu-ratings.c
@@ -51,7 +51,7 @@ gs_plugin_initialize (GsPlugin *plugin)
        /* check that we are running on Fedora */
        if (!gs_plugin_check_distro_id (plugin, "ubuntu")) {
                gs_plugin_set_enabled (plugin, FALSE);
-               g_debug ("disabling '%s' as we're not Fedora", plugin->name);
+               g_debug ("disabling '%s' as we're not Ubuntu", plugin->name);
                return;
        }
 }


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