mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-06 00:08:04 +02:00
create-item: downgrade warning to message
This is expected to be printed if a stream opens and closes very quickly, like in the case of pipewire-alsa opening the device for querying formats and then closing it immediately.
This commit is contained in:
parent
1c85139640
commit
3f3c9802d6
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ function addItem (node, item_type)
|
|||
-- activate item
|
||||
items[id]:activate (Features.ALL, function (item, e)
|
||||
if e then
|
||||
Log.warning(item, "failed to activate item: " .. tostring(e));
|
||||
Log.message(item, "failed to activate item: " .. tostring(e));
|
||||
else
|
||||
Log.info(item, "activated item for node " .. tostring(id))
|
||||
item:register ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue