summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-context.c
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-builder/asb-context.c')
-rw-r--r--libappstream-builder/asb-context.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libappstream-builder/asb-context.c b/libappstream-builder/asb-context.c
index e2b83df..0bf6e32 100644
--- a/libappstream-builder/asb-context.c
+++ b/libappstream-builder/asb-context.c
@@ -1053,7 +1053,8 @@ asb_context_process (AsbContext *ctx, GError **error)
"%s is not enabled",
asb_package_get_nevr (pkg));
asb_context_add_app_ignore (ctx, pkg);
- asb_package_log_flush (pkg, NULL);
+ if (!asb_package_log_flush (pkg, error))
+ return FALSE;
continue;
}