mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
core: fix typo in logging
This commit is contained in:
parent
638b0264e0
commit
e33aeaa7fb
2 changed files with 2 additions and 2 deletions
|
|
@ -2072,7 +2072,7 @@ int pa_sink_input_update_rate(pa_sink_input *i) {
|
|||
|
||||
i->actual_resample_method = new_resampler ? pa_resampler_get_method(new_resampler) : PA_RESAMPLER_INVALID;
|
||||
|
||||
pa_log_debug("Updated resmpler for sink input %d", i->index);
|
||||
pa_log_debug("Updated resampler for sink input %d", i->index);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1664,7 +1664,7 @@ int pa_source_output_update_rate(pa_source_output *o) {
|
|||
|
||||
o->actual_resample_method = new_resampler ? pa_resampler_get_method(new_resampler) : PA_RESAMPLER_INVALID;
|
||||
|
||||
pa_log_debug("Updated resmpler for source output %d", o->index);
|
||||
pa_log_debug("Updated resampler for source output %d", o->index);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue