From ae73f45ad9e313091cdf720d0f4cdf5b4eb94c1a Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sat, 22 Jun 2024 22:51:22 +0100 Subject: [PATCH] wm: make desync with the X server louder Signed-off-by: Yuxuan Shui --- src/wm/wm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wm/wm.c b/src/wm/wm.c index af2d64911b..f36aec8db5 100644 --- a/src/wm/wm.c +++ b/src/wm/wm.c @@ -352,7 +352,7 @@ static bool wm_complete_import_subtree(struct wm *wm, struct x_connection *c, xcb_query_tree_reply_t *tree = XCB_AWAIT(xcb_query_tree, c->c, curr->id.x); if (!tree) { - log_debug("Disappearing window subtree rooted at %#010x. We are " + log_error("Disappearing window subtree rooted at %#010x. We are " "out-of-sync.", curr->id.x); out_of_sync = true;