mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
cleanups and debug improvements
This commit is contained in:
parent
a9cb74f908
commit
a9bce3803a
4 changed files with 8 additions and 8 deletions
|
|
@ -820,8 +820,8 @@ impl_node_port_set_io(void *object,
|
|||
|
||||
spa_return_val_if_fail(this != NULL, -EINVAL);
|
||||
|
||||
spa_log_debug(this->log, NAME " %p: set io %d on port %d:%d",
|
||||
this, id, direction, port_id);
|
||||
spa_log_debug(this->log, NAME " %p: set io %d on port %d:%d %p",
|
||||
this, id, direction, port_id, data);
|
||||
|
||||
spa_return_val_if_fail(CHECK_PORT(this, direction, port_id), -EINVAL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue