mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Missed some old wlr_log calls
This commit is contained in:
parent
c0b4217fce
commit
e226e2c011
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue