From d91c366c2fc3a2a68c2fdbc274ff74226351bbf9 Mon Sep 17 00:00:00 2001 From: Andrew Sayers Date: Fri, 21 Feb 2025 09:22:43 +0000 Subject: [PATCH] Change the new "skipping device" warning to debug The other "skipping device" (a few lines later) uses log:debug, so it makes sense for these to be the same. --- src/scripts/lib/monitor-utils.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/lib/monitor-utils.lua b/src/scripts/lib/monitor-utils.lua index dbc872f7..3e409cab 100644 --- a/src/scripts/lib/monitor-utils.lua +++ b/src/scripts/lib/monitor-utils.lua @@ -108,7 +108,7 @@ function mutils.create_cam_nodes(self) end if not should_create then - log:warning ("skipping device " .. data.obj_path) + log:debug ("skipping device " .. data.obj_path) else create_cam_node (data) for _, dev_id in ipairs(data.dev_ids) do