mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
add more debug info
This commit is contained in:
parent
95e27c27ca
commit
b86f141273
2 changed files with 2 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ do_update_port(struct proxy *this,
|
|||
|
||||
port->have_format = false;
|
||||
|
||||
spa_log_info(this->log, "proxy %p: update %d params", this, n_params);
|
||||
spa_log_info(this->log, "proxy %p: port %u update %d params", this, port_id, n_params);
|
||||
for (i = 0; i < port->n_params; i++)
|
||||
free(port->params[i]);
|
||||
port->n_params = n_params;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue