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.
This commit is contained in:
Andrew Sayers 2025-02-21 09:22:43 +00:00
parent 5846d12ea1
commit d91c366c2f
No known key found for this signature in database
GPG key ID: D44E183E68ABF38D

View file

@ -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