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
05f93cd750
commit
d3f4dda51b
1 changed files with 4 additions and 3 deletions
|
|
@ -565,8 +565,8 @@ impl_node_port_enum_params(void *object, int seq,
|
|||
|
||||
port = GET_PORT(this, direction, port_id);
|
||||
|
||||
pw_log_debug(NAME " %p: %d port %d.%d %u %u %u", this, seq,
|
||||
direction, port_id, id, start, num);
|
||||
pw_log_debug(NAME " %p: seq:%d port %d.%d id:%u start:%u num:%u n_params:%d",
|
||||
this, seq, direction, port_id, id, start, num, port->n_params);
|
||||
|
||||
result.id = id;
|
||||
result.next = start;
|
||||
|
|
@ -938,7 +938,8 @@ client_node_port_update(void *data,
|
|||
struct port *port;
|
||||
bool remove;
|
||||
|
||||
spa_log_debug(this->log, NAME" %p: got port update", this);
|
||||
spa_log_debug(this->log, NAME" %p: got port update change:%08x params:%d",
|
||||
this, change_mask, n_params);
|
||||
if (!CHECK_PORT_ID(this, direction, port_id))
|
||||
return -EINVAL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue