Improve some debug

This commit is contained in:
Wim Taymans 2019-10-18 21:54:25 +02:00
parent 1eca773145
commit 2e3608a34f
9 changed files with 20 additions and 5 deletions

View file

@ -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: