mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-09 03:58:05 +02:00
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:
parent
5846d12ea1
commit
d91c366c2f
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ function mutils.create_cam_nodes(self)
|
||||||
end
|
end
|
||||||
|
|
||||||
if not should_create then
|
if not should_create then
|
||||||
log:warning ("skipping device " .. data.obj_path)
|
log:debug ("skipping device " .. data.obj_path)
|
||||||
else
|
else
|
||||||
create_cam_node (data)
|
create_cam_node (data)
|
||||||
for _, dev_id in ipairs(data.dev_ids) do
|
for _, dev_id in ipairs(data.dev_ids) do
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue