aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xwayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/xwayland.c')
-rw-r--r--sway/desktop/xwayland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/xwayland.c b/sway/desktop/xwayland.c
index 42e82c64..43bb2e00 100644
--- a/sway/desktop/xwayland.c
+++ b/sway/desktop/xwayland.c
@@ -124,7 +124,7 @@ void handle_xwayland_surface(struct wl_listener *listener, void *data) {
124 return; 124 return;
125 } 125 }
126 126
127 sway_log(L_DEBUG, "New xwayland surface title='%s' class='%s'", 127 wlr_log(L_DEBUG, "New xwayland surface title='%s' class='%s'",
128 xsurface->title, xsurface->class); 128 xsurface->title, xsurface->class);
129 129
130 struct sway_xwayland_surface *sway_surface = 130 struct sway_xwayland_surface *sway_surface =