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

@ -529,6 +529,9 @@ impl_node_port_enum_params(void *object, int seq,
port = GET_PORT(this, direction, port_id);
other = GET_PORT(this, SPA_DIRECTION_REVERSE(direction), port_id);
spa_log_debug(this->log, "%p: enum params port %d.%d %d %u",
this, direction, port_id, seq, id);
result.id = id;
result.next = start;
next: