mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
client-node: improve debug
This commit is contained in:
parent
46b8b67ee6
commit
8b2617227a
1 changed files with 2 additions and 0 deletions
|
|
@ -1023,6 +1023,8 @@ client_node_port_update(void *data,
|
|||
static int client_node_set_active(void *data, bool active)
|
||||
{
|
||||
struct impl *impl = data;
|
||||
struct node *this = &impl->node;
|
||||
spa_log_debug(this->log, NAME" %p: active:%d", this, active);
|
||||
return pw_impl_node_set_active(impl->this.node, active);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue