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>
tingping/wmclass
Simon McVittie 2016-06-24 21:48:28 +01:00
parent 6d3d781654
commit 58bd3e3ec8
1 changed files with 1 additions and 1 deletions

View File

@ -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
{