[gnome-software] appstream: trivial: Add more details to a debug print



commit ba7aa29fa89c1e3fc5b58f900a02c799d35371af
Author: Kalev Lember <klember redhat com>
Date:   Sat Jan 26 20:45:30 2019 +0100

    appstream: trivial: Add more details to a debug print

 plugins/core/gs-appstream.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/core/gs-appstream.c b/plugins/core/gs-appstream.c
index 8b0039f6..51153069 100644
--- a/plugins/core/gs-appstream.c
+++ b/plugins/core/gs-appstream.c
@@ -1072,7 +1072,7 @@ gs_appstream_search (GsPlugin *plugin,
                        g_autoptr(GsApp) app = gs_appstream_create_app (plugin, silo, component, error);
                        if (app == NULL)
                                return FALSE;
-                       g_debug ("add %s", gs_app_get_id (app));
+                       g_debug ("add %s", gs_app_get_unique_id (app));
                        gs_app_set_match_value (app, match_value);
                        gs_app_list_add (list, app);
                }


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