wayland-egl-stream: Add log message on sucessful dlopen

Right now, there is no feedback message that tells you whether the
nvidia-egl-wayland module was succesfully loaded.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/853
This commit is contained in:
Niels De Graef 2019-10-14 10:49:45 +02:00
parent 3a688988e0
commit 5e7fa20f06

View File

@ -115,6 +115,8 @@ meta_wayland_eglstream_controller_init (MetaWaylandCompositor *compositor)
bind_eglstream_controller) == NULL)
goto fail;
g_debug ("WL: loaded libnvidia-egl-wayland.so.1:wl_eglstream_controller.");
return TRUE;
fail: