From 58bd3e3ec8e348b08ce4ce3cb339d42f0d49d197 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 24 Jun 2016 21:48:28 +0100 Subject: [PATCH] Downgrade failure to get document portal from warning to message Otherwise, the tests all abort when run without FUSE. Signed-off-by: Simon McVittie --- common/flatpak-run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/flatpak-run.c b/common/flatpak-run.c index 3c063713..d72f270a 100644 --- a/common/flatpak-run.c +++ b/common/flatpak-run.c @@ -2481,7 +2481,7 @@ add_document_portal_args (GPtrArray *argv_array, { if (g_dbus_message_to_gerror (reply, &local_error)) { - g_warning ("Can't get document portal: %s\n", local_error->message); + g_message ("Can't get document portal: %s\n", local_error->message); } else {