summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-05-12 09:05:59 +0100
committerAlexander Larsson <alexl@redhat.com>2016-05-12 11:07:30 +0200
commit5ff8a00078d42532f4a4f103e53c30c0ab707019 (patch)
treeb60713461eec88b2d51f85489e98516f3546cec0
parentc35395185bbd898511fd4c779b64604a4b3c2ee8 (diff)
downloadxdg-app-5ff8a00078d42532f4a4f103e53c30c0ab707019.tar.gz
Show the error when we fail to build AppStream metadata
-rw-r--r--common/flatpak-utils.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}