wm: make desync with the X server louder

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2024-06-22 22:51:22 +01:00
parent 0dc3e97249
commit ae73f45ad9
No known key found for this signature in database
GPG Key ID: D3A4405BE6CC17F4
1 changed files with 1 additions and 1 deletions

View File

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