[Bf-blender-cvs] [ef46f5399be] master: GHOST/Wayland: correct logging ID

Campbell Barton noreply at git.blender.org
Wed Sep 7 06:12:07 CEST 2022


Commit: ef46f5399be944d1a0ea287baa7be391209900f5
Author: Campbell Barton
Date:   Wed Sep 7 13:07:13 2022 +1000
Branches: master
https://developer.blender.org/rBef46f5399be944d1a0ea287baa7be391209900f5

GHOST/Wayland: correct logging ID

===================================================================

M	intern/ghost/intern/GHOST_SystemWayland.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp b/intern/ghost/intern/GHOST_SystemWayland.cpp
index c2859edc56b..8792ee239a8 100644
--- a/intern/ghost/intern/GHOST_SystemWayland.cpp
+++ b/intern/ghost/intern/GHOST_SystemWayland.cpp
@@ -2748,7 +2748,7 @@ static const struct wl_output_listener output_listener = {
 
 #ifndef WITH_GHOST_WAYLAND_LIBDECOR
 
-static CLG_LogRef LOG_WL_XDG_WM_BASE = {"ghost.wl.handle.output"};
+static CLG_LogRef LOG_WL_XDG_WM_BASE = {"ghost.wl.handle.xdg_wm_base"};
 #  define LOG (&LOG_WL_XDG_WM_BASE)
 
 static void shell_handle_ping(void * /*data*/,



More information about the Bf-blender-cvs mailing list