egl/x11: Downgrade warning to info

This warning is emitted 10,074 times during a virpipe-on-gl job. Let's
emit it zero times.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31591>
This commit is contained in:
Daniel Stone 2024-10-10 11:56:45 -04:00 committed by Marge Bot
parent ace38d8432
commit 3dcb6a0f23

View file

@ -535,7 +535,7 @@ dri3_x11_connect(struct dri2_egl_display *dri2_dpy, bool zink, bool swrast)
if (dri2_dpy->fd_render_gpu < 0) {
int conn_error = xcb_connection_has_error(dri2_dpy->conn);
if (!swrast) {
_eglLog(_EGL_WARNING, "DRI3: Screen seems not DRI3 capable");
_eglLog(_EGL_INFO, "DRI3: Could not get DRI3 device");
if (conn_error)
_eglLog(_EGL_WARNING, "DRI3: Failed to initialize");