From ef46f5399be944d1a0ea287baa7be391209900f5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 7 Sep 2022 13:07:13 +1000 Subject: GHOST/Wayland: correct logging ID --- intern/ghost/intern/GHOST_SystemWayland.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/, -- cgit v1.2.3