mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-10 13:58:40 +00:00
audio: Changed debug logging output.
("preconverted bytes" makes it sounds like we already converted them before
the call instead of "bytes that haven't yet hit the stage where we convert
them. Just dump the wording completely.)
This commit is contained in:
@@ -602,7 +602,7 @@ static int CheckAudioStreamIsFullySetup(SDL_AudioStream *stream)
|
||||
int SDL_PutAudioStreamData(SDL_AudioStream *stream, const void *buf, int len)
|
||||
{
|
||||
#if DEBUG_AUDIOSTREAM
|
||||
SDL_Log("AUDIOSTREAM: wants to put %d preconverted bytes", len);
|
||||
SDL_Log("AUDIOSTREAM: wants to put %d bytes", len);
|
||||
#endif
|
||||
|
||||
if (stream == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user