aboutsummaryrefslogtreecommitdiff
path: root/rootston/xwayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'rootston/xwayland.c')
-rw-r--r--rootston/xwayland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/xwayland.c b/rootston/xwayland.c
index d0b80821..66ccce69 100644
--- a/rootston/xwayland.c
+++ b/rootston/xwayland.c
@@ -270,7 +270,7 @@ void handle_xwayland_surface(struct wl_listener *listener, void *data) {
wl_container_of(listener, desktop, xwayland_surface);
struct wlr_xwayland_surface *surface = data;
- wlr_log(L_DEBUG, "new xwayland surface: title=%s, class=%s, instance=%s",
+ wlr_log(WLR_DEBUG, "new xwayland surface: title=%s, class=%s, instance=%s",
surface->title, surface->class, surface->instance);
wlr_xwayland_surface_ping(surface);