mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
improve logging
Remove some harmless warnings from the log Remove some excessive info logging
This commit is contained in:
parent
a528189d26
commit
d8bac82e72
11 changed files with 24 additions and 25 deletions
|
|
@ -195,6 +195,7 @@ static int impl_node_send_command(void *object, const struct spa_command *comman
|
|||
return res;
|
||||
break;
|
||||
case SPA_NODE_COMMAND_Pause:
|
||||
case SPA_NODE_COMMAND_Suspend:
|
||||
if ((res = spa_alsa_seq_pause(this)) < 0)
|
||||
return res;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue