audioconvert: move some info to debug

This commit is contained in:
Wim Taymans 2021-05-31 16:17:43 +02:00
parent a248391939
commit bc6e11d6e4
2 changed files with 2 additions and 1 deletions

View file

@ -930,7 +930,7 @@ static int port_set_latency(void *object,
enum spa_direction other = SPA_DIRECTION_REVERSE(direction);
uint32_t i;
spa_log_info(this->log, NAME " %p: set latency", this);
spa_log_debug(this->log, NAME " %p: set latency", this);
if (latency == NULL) {
this->latency[other] = SPA_LATENCY_INFO(other);

View file

@ -693,6 +693,7 @@ static int port_set_latency(void *object,
uint32_t i;
spa_log_debug(this->log, NAME " %p: set latency", this);
if (latency == NULL) {
this->latency[other] = SPA_LATENCY_INFO(other);
} else {