From e226e2c01154f3c7d9481655684417635e003c38 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 11 Jul 2018 18:36:31 -0400 Subject: Missed some old wlr_log calls --- xwayland/xwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xwayland') diff --git a/xwayland/xwm.c b/xwayland/xwm.c index 368418a3..bee3a005 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -667,7 +667,7 @@ static void xwm_map_shell_surface(struct wlr_xwm *xwm, struct wlr_xwayland_surface *xsurface, struct wlr_surface *surface) { if (!wlr_surface_set_role(surface, &xwayland_surface_role, xsurface, NULL, 0)) { - wlr_log(L_ERROR, "Failed to set xwayland surface role"); + wlr_log(WLR_ERROR, "Failed to set xwayland surface role"); return; } -- cgit v1.2.3