Missed some old wlr_log calls

This commit is contained in:
Drew DeVault 2018-07-11 18:36:31 -04:00
parent c0b4217fce
commit e226e2c011
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}