From b712a7e455f378507deabda4bc18d538fd35035b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Mon, 24 Oct 2022 17:49:49 +0200 Subject: [PATCH] cogl/egl: Also log when we managed to obtain a high priority context Part-of: --- cogl/cogl/winsys/cogl-winsys-egl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogl/cogl/winsys/cogl-winsys-egl.c b/cogl/cogl/winsys/cogl-winsys-egl.c index 99afdca8f..c2b53cce4 100644 --- a/cogl/cogl/winsys/cogl-winsys-egl.c +++ b/cogl/cogl/winsys/cogl-winsys-egl.c @@ -453,6 +453,8 @@ try_create_context (CoglDisplay *display, if (value != EGL_CONTEXT_PRIORITY_HIGH_IMG) g_message ("Failed to obtain high priority context"); + else + g_message ("Obtained a high priority EGL context"); } if (egl_renderer->platform_vtable->context_created &&