mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
alsa: Mention correct ALSA function in debug log
This commit is contained in:
parent
51d05b98ff
commit
7ea740b2c8
1 changed files with 2 additions and 2 deletions
|
|
@ -819,12 +819,12 @@ void pa_alsa_dump_status(snd_pcm_t *pcm) {
|
|||
}
|
||||
|
||||
if ((err = snd_pcm_status_dump(status, out)) < 0) {
|
||||
pa_log_debug("snd_pcm_dump(): %s", pa_alsa_strerror(err));
|
||||
pa_log_debug("snd_pcm_status_dump(): %s", pa_alsa_strerror(err));
|
||||
goto finish;
|
||||
}
|
||||
|
||||
snd_output_buffer_string(out, &s);
|
||||
pa_log_debug("snd_pcm_dump():\n%s", pa_strnull(s));
|
||||
pa_log_debug("snd_pcm_status_dump():\n%s", pa_strnull(s));
|
||||
|
||||
finish:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue