Skip to content

Commit

Permalink
wm: make desync with the X server louder
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Shui <[email protected]>
  • Loading branch information
yshui committed Jun 22, 2024
1 parent 0dc3e97 commit ae73f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wm/wm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ae73f45

Please sign in to comment.