[gnome-software] trivial: Fix a debug line



commit 08671ed569e16f9676326ed39e855a97f40be6ec
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 878776f..9dd0bc3 100644
--- a/src/gs-update-monitor.c
+++ b/src/gs-update-monitor.c
@@ -269,7 +269,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]