mirror of
https://github.com/yshui/picom.git
synced 2024-11-03 04:33:49 -05:00
wm: make desync with the X server louder
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
0dc3e97249
commit
ae73f45ad9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue