]> git.mdlowis.com Git - proto/labwc.git/commitdiff
src/desktop.c: reduce OSD log spam on hover
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 2 Feb 2024 20:56:58 +0000 (21:56 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Fri, 2 Feb 2024 21:36:20 +0000 (21:36 +0000)
src/desktop.c

index f7c61ac9afa601d7b98cba5d0d8b80716a2ee810..35d56b879d9474bce74f22dfc2efb97f6acc9af4 100644 (file)
@@ -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;
 }