summaryrefslogtreecommitdiff
path: root/portal
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2019-10-01 09:40:49 +0200
committerAlexander Larsson <alexander.larsson@gmail.com>2019-10-02 14:57:11 +0200
commit6cb11631c5b470b6826655184afe113832e38628 (patch)
tree5fb0f28043bb7aa92bb1fb9de36e495a1f261813 /portal
parenta36f33d8ee77328aa4d08563c30ed99311d44048 (diff)
downloadflatpak-6cb11631c5b470b6826655184afe113832e38628.tar.gz
update-portal: Don't fail if permission store not available
This downgrades g_warning to g_info, so that we don't fail if the permission store is not available, which will happen in the test-suite.
Diffstat (limited to 'portal')
-rw-r--r--portal/flatpak-portal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/portal/flatpak-portal.c b/portal/flatpak-portal.c
index 7da5a2f3..ff8b113a 100644
--- a/portal/flatpak-portal.c
+++ b/portal/flatpak-portal.c
@@ -1382,7 +1382,7 @@ set_update_permission (const char *app_id,
&error))
{
g_dbus_error_strip_remote_error (error);
- g_warning ("Error updating permission store: %s", error->message);
+ g_info ("Error updating permission store: %s", error->message);
}
}