mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-06 02:10:13 +01:00
policy-endpoint-client: decrease log message verbosity
This commit is contained in:
parent
e76c67c45c
commit
8671b495be
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ function isSiLinkableValid (si)
|
|||
-- Determine if we can handle item by this policy
|
||||
local media_role = node.properties["media.role"]
|
||||
if siendpoints_om:get_n_objects () == 0 or media_role == nil then
|
||||
Log.info (si, "item won't be handled by this policy")
|
||||
Log.debug (si, "item won't be handled by this policy")
|
||||
return false
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue