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;

View file

@ -47,6 +47,7 @@ static void *do_loop(void *user_data)
static void do_stop(void *data, uint64_t count)
{
struct pw_data_loop *this = data;
pw_log_debug("data-loop %p: stopping", this);
this->running = false;
}