[gnome-software] trivial: Show the management-plugin in the verbose debug dump
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Show the management-plugin in the verbose debug dump
- Date: Fri, 15 Jan 2016 17:18:25 +0000 (UTC)
commit a0aa92226fdca82937f4ba1308eee28c9d86d358
Author: Richard Hughes <richard hughsie com>
Date: Fri Jan 15 15:33:04 2016 +0000
trivial: Show the management-plugin in the verbose debug dump
src/gs-app.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-app.c b/src/gs-app.c
index cd6784a..1fdef87 100644
--- a/src/gs-app.c
+++ b/src/gs-app.c
@@ -283,6 +283,8 @@ gs_app_to_string (GsApp *app)
g_string_append_printf (str, "\turl{homepage}:\t%s\n", tmp);
if (app->licence != NULL)
g_string_append_printf (str, "\tlicence:\t%s\n", app->licence);
+ if (app->management_plugin != NULL)
+ g_string_append_printf (str, "\tmanagement-plugin:\t%s\n", app->management_plugin);
if (app->summary_missing != NULL)
g_string_append_printf (str, "\tsummary-missing:\t%s\n", app->summary_missing);
if (app->menu_path != NULL &&
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]