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/wl_shell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rootston/wl_shell.c') diff --git a/rootston/wl_shell.c b/rootston/wl_shell.c index 02160773..07ac9f58 100644 --- a/rootston/wl_shell.c +++ b/rootston/wl_shell.c @@ -196,11 +196,11 @@ void handle_wl_shell_surface(struct wl_listener *listener, void *data) { struct wlr_wl_shell_surface *surface = data; if (surface->state == WLR_WL_SHELL_SURFACE_STATE_POPUP) { - wlr_log(L_DEBUG, "new wl shell popup"); + wlr_log(WLR_DEBUG, "new wl shell popup"); return; } - wlr_log(L_DEBUG, "new wl shell surface: title=%s, class=%s", + wlr_log(WLR_DEBUG, "new wl shell surface: title=%s, class=%s", surface->title, surface->class); wlr_wl_shell_surface_ping(surface); -- cgit v1.2.3