From 5ff8a00078d42532f4a4f103e53c30c0ab707019 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 12 May 2016 09:05:59 +0100 Subject: Show the error when we fail to build AppStream metadata --- common/flatpak-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/flatpak-utils.c b/common/flatpak-utils.c index 8305272..c477329 100644 --- a/common/flatpak-utils.c +++ b/common/flatpak-utils.c @@ -2184,7 +2184,7 @@ flatpak_repo_generate_appstream (OstreeRepo *repo, ref, split[1], tmpdir_file, cancellable, &my_error)) { - g_print ("No appstream data for %s\n", ref); + g_print ("No appstream data for %s: %s\n", ref, my_error->message); continue; } } -- cgit v1.2.1