cogl/egl: Just notify about failure to create high priority context

Warning about it causes test case failures if there are not enough
privileges, which is likely when running the test suite locally.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/797
This commit is contained in:
Jonas Ådahl 2019-09-13 09:45:11 +02:00
parent ab7af2d0c5
commit ecec9a7eaa

View File

@ -406,7 +406,7 @@ try_create_context (CoglDisplay *display,
&value); &value);
if (value != EGL_CONTEXT_PRIORITY_HIGH_IMG) if (value != EGL_CONTEXT_PRIORITY_HIGH_IMG)
g_warning ("Failed to obtain high priority context"); g_message ("Failed to obtain high priority context");
} }
if (egl_renderer->platform_vtable->context_created && if (egl_renderer->platform_vtable->context_created &&