cleanups and debug improvements

This commit is contained in:
Wim Taymans 2019-07-11 11:15:24 +02:00
parent a9cb74f908
commit a9bce3803a
4 changed files with 8 additions and 8 deletions

View file

@ -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);