From 7cbef152063e1fbb24e6204339ff4587a74be04b Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 9 Jul 2018 22:49:54 +0100 Subject: util: add wlr_ prefix to log symbols --- rootston/xwayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootston/xwayland.c') 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); -- cgit v1.2.3