mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-13 20:52:39 -04:00
Downgrade failure to get document portal from warning to message
Otherwise, the tests all abort when run without FUSE. Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user