mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
echo-cancel: Output echo canceller name if invalid
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
This commit is contained in:
parent
db7415b7e9
commit
c43e885537
1 changed files with 1 additions and 1 deletions
|
|
@ -1623,7 +1623,7 @@ static int init_common(pa_modargs *ma, struct userdata *u, pa_sample_spec *sourc
|
|||
|
||||
ec_string = pa_modargs_get_value(ma, "aec_method", DEFAULT_ECHO_CANCELLER);
|
||||
if ((ec_method = get_ec_method_from_string(ec_string)) < 0) {
|
||||
pa_log("Invalid echo canceller implementation");
|
||||
pa_log("Invalid echo canceller implementation '%s'", ec_string);
|
||||
goto fail;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue