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:
parent
ab7af2d0c5
commit
ecec9a7eaa
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ try_create_context (CoglDisplay *display,
|
|||
&value);
|
||||
|
||||
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 &&
|
||||
|
|
Loading…
Add table
Reference in a new issue