mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
improve logging
Remove some harmless warnings from the log Remove some excessive info logging
This commit is contained in:
parent
a528189d26
commit
d8bac82e72
11 changed files with 24 additions and 25 deletions
|
|
@ -245,7 +245,7 @@ static int setup_convert(struct impl *this,
|
|||
|
||||
emit_params_changed(this);
|
||||
|
||||
spa_log_info(this->log, NAME " %p: got channelmix features %08x:%08x identity:%d",
|
||||
spa_log_debug(this->log, NAME " %p: got channelmix features %08x:%08x identity:%d",
|
||||
this, this->cpu_flags, this->mix.cpu_flags,
|
||||
this->mix.identity);
|
||||
|
||||
|
|
|
|||
|
|
@ -194,7 +194,7 @@ static int setup_convert(struct impl *this)
|
|||
if ((res = convert_init(&this->conv)) < 0)
|
||||
return res;
|
||||
|
||||
spa_log_info(this->log, NAME " %p: got converter features %08x:%08x", this,
|
||||
spa_log_debug(this->log, NAME " %p: got converter features %08x:%08x", this,
|
||||
this->cpu_flags, this->conv.cpu_flags);
|
||||
|
||||
this->is_passthrough = this->conv.is_passthrough;
|
||||
|
|
|
|||
|
|
@ -594,7 +594,7 @@ static int setup_convert(struct impl *this)
|
|||
if ((res = convert_init(&this->conv)) < 0)
|
||||
return res;
|
||||
|
||||
spa_log_info(this->log, NAME " %p: got converter features %08x:%08x", this,
|
||||
spa_log_debug(this->log, NAME " %p: got converter features %08x:%08x", this,
|
||||
this->cpu_flags, this->conv.cpu_flags);
|
||||
|
||||
this->is_passthrough = src_fmt == dst_fmt;
|
||||
|
|
|
|||
|
|
@ -582,7 +582,7 @@ static int setup_convert(struct impl *this)
|
|||
if ((res = convert_init(&this->conv)) < 0)
|
||||
return res;
|
||||
|
||||
spa_log_info(this->log, NAME " %p: got converter features %08x:%08x", this,
|
||||
spa_log_debug(this->log, NAME " %p: got converter features %08x:%08x", this,
|
||||
this->cpu_flags, this->conv.cpu_flags);
|
||||
|
||||
this->is_passthrough &= this->conv.is_passthrough;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue