Skip to content
Snippets Groups Projects
Commit 2d96a005 authored by Volker Rümelin's avatar Volker Rümelin Committed by Gerd Hoffmann
Browse files

dsoundaudio: fix log message


There is a mismatch between message and used argument. Change
the argument from frequency to format.

Signed-off-by: default avatarVolker Rümelin <vr_qemu@t-online.de>
Message-id: 9315afe5-5958-c0b4-ea1e-14769511a9d5@t-online.de
Message-Id: <20210110100239.27588-23-vr_qemu@t-online.de>
Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 11575061
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ int waveformat_from_audio_settings (WAVEFORMATEX *wfx,
break;
default:
dolog ("Internal logic error: Bad audio format %d\n", as->freq);
dolog("Internal logic error: Bad audio format %d\n", as->fmt);
return -1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment