[gnome-software/wip/rancell/ubuntu-ratings-3-18: 4/19] Fix debug message when not detected as in Ubuntu
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/rancell/ubuntu-ratings-3-18: 4/19] Fix debug message when not detected as in Ubuntu
- Date: Fri, 11 Dec 2015 02:35:06 +0000 (UTC)
commit 745fa2257aee412a3a5096f6830f8980cd59d9cd
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]