mirror of
https://github.com/labwc/labwc.git
synced 2025-11-11 13:30:04 -05:00
src/desktop.c: reduce OSD log spam on hover
This commit is contained in:
parent
268ed10fb7
commit
e0c3635282
1 changed files with 5 additions and 1 deletions
|
|
@ -454,7 +454,11 @@ get_cursor_context(struct server *server)
|
|||
/* node->parent is always a *wlr_scene_tree */
|
||||
node = node->parent ? &node->parent->node : NULL;
|
||||
}
|
||||
wlr_log(WLR_ERROR, "Unknown node detected");
|
||||
|
||||
/*
|
||||
* TODO: add node descriptors for the OSDs and reinstate
|
||||
* wlr_log(WLR_DEBUG, "Unknown node detected");
|
||||
*/
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue