xwayland/xwm: align WL_SURFACE_ID error message with WL_SURFACE_SERIAL

This commit is contained in:
Simon Ser 2026-05-22 19:48:09 +02:00
parent cb0fa9b0a3
commit 73d6968cd0

View file

@ -1462,7 +1462,7 @@ static void xwm_handle_surface_id_message(struct wlr_xwm *xwm,
struct wlr_xwayland_surface *xsurface = lookup_surface(xwm, ev->window);
if (xsurface == NULL) {
wlr_log(WLR_DEBUG,
"client message WL_SURFACE_ID but no new window %u ?",
"Received client message WL_SURFACE_ID but no X11 window %u",
ev->window);
return;
}