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:
parent
3a688988e0
commit
5e7fa20f06
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user