mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Improve some debug
This commit is contained in:
parent
1eca773145
commit
2e3608a34f
9 changed files with 20 additions and 5 deletions
|
|
@ -452,7 +452,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, "%p: enum params %d %d %u %u", this, seq, direction, port_id, id);
|
||||
spa_log_debug(this->log, "%p: enum params port %d.%d %d %u",
|
||||
this, direction, port_id, seq, id);
|
||||
|
||||
spa_return_val_if_fail(CHECK_PORT(this, direction, port_id), -EINVAL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue