mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
Improve some debug
This commit is contained in:
parent
1eca773145
commit
2e3608a34f
9 changed files with 20 additions and 5 deletions
|
|
@ -872,6 +872,8 @@ impl_node_port_enum_params(void *object, int seq,
|
|||
spa_return_val_if_fail(this != NULL, -EINVAL);
|
||||
spa_return_val_if_fail(num != 0, -EINVAL);
|
||||
|
||||
spa_log_debug(this->log, NAME" %p: port %d.%d %d %u", this, direction, port_id, seq, id);
|
||||
|
||||
result.id = id;
|
||||
result.next = start;
|
||||
next:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue