[mutter/wip/nielsdg/add-nvidia-debug] wayland-egl-stream: Add log message on sucessful dlopen
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/nielsdg/add-nvidia-debug] wayland-egl-stream: Add log message on sucessful dlopen
- Date: Mon, 14 Oct 2019 08:53:49 +0000 (UTC)
commit 5e7fa20f06aa92f13008f60a7a6fd01e4831a4ca
Author: Niels De Graef <niels degraef barco com>
Date: Mon Oct 14 10:49:45 2019 +0200
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
src/wayland/meta-wayland-egl-stream.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/wayland/meta-wayland-egl-stream.c b/src/wayland/meta-wayland-egl-stream.c
index 3f8908e67..37700c95a 100644
--- a/src/wayland/meta-wayland-egl-stream.c
+++ b/src/wayland/meta-wayland-egl-stream.c
@@ -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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]