[gnome-software/gnome-3-20] trivial: Fix a debug line



commit 7e3075dbd117314217b4627c711b5f994350b1ae
Author: Kalev Lember <klember redhat com>
Date:   Tue Jul 12 12:52:13 2016 +0200

    trivial: Fix a debug line

 src/gs-update-monitor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-update-monitor.c b/src/gs-update-monitor.c
index e9ba06f..d9708e6 100644
--- a/src/gs-update-monitor.c
+++ b/src/gs-update-monitor.c
@@ -266,7 +266,7 @@ get_upgrades (GsUpdateMonitor *monitor)
        /* NOTE: this doesn't actually do any network access, it relies on the
         * AppStream data being up to date, either by the appstream-data
         * package being up-to-date, or the metadata being auto-downloaded */
-       g_debug ("Getting updates");
+       g_debug ("Getting upgrades");
        gs_plugin_loader_get_distro_upgrades_async (monitor->plugin_loader,
                                                    GS_PLUGIN_REFINE_FLAGS_DEFAULT,
                                                    monitor->cancellable,


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