[gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 35/331] More logging



commit f1796c35b7309fc998f328511d66cf40e1f621b8
Author: Robert Ancell <robert ancell canonical com>
Date:   Fri Feb 5 12:38:37 2016 +1300

    More logging

 src/plugins/gs-plugin-apt.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/gs-plugin-apt.c b/src/plugins/gs-plugin-apt.c
index 1ae3b15..6942c8e 100644
--- a/src/plugins/gs-plugin-apt.c
+++ b/src/plugins/gs-plugin-apt.c
@@ -111,6 +111,10 @@ gs_plugin_refine (GsPlugin *plugin,
        g_autofree gchar *dpkg_output = NULL, *cache_output = NULL, **dpkg_argv = NULL, **cache_argv = NULL;
 
        g_printerr ("APT: gs_plugin_refine");
+       for (link = *list; link; link = link->next) {
+               GsApp *app = GS_APP (link->data);
+               g_printerr (" %s", gs_app_get_id (app));
+       }
        if ((flags & GS_PLUGIN_REFINE_FLAGS_REQUIRE_LICENCE) != 0)
                g_printerr (" LICENCE");
        if ((flags & GS_PLUGIN_REFINE_FLAGS_REQUIRE_SIZE) != 0)


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