add more debug info

This commit is contained in:
Wim Taymans 2018-02-15 11:41:07 +01:00
parent 95e27c27ca
commit b86f141273
2 changed files with 2 additions and 1 deletions

View file

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