From 73d6968cd00c7549677fcc3c4a4ae4f9b012c41f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 22 May 2026 19:48:09 +0200 Subject: [PATCH] xwayland/xwm: align WL_SURFACE_ID error message with WL_SURFACE_SERIAL --- xwayland/xwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwayland/xwm.c b/xwayland/xwm.c index f561893cc..edf85cf3a 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -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; }