pulseaudio: Fixed typo in commented-out debug logging.

(cherry picked from commit 48d4104ecb)
This commit is contained in:
Ryan C. Gordon
2025-03-24 19:32:30 -04:00
parent e77ef86f09
commit b8325be9cf

View File

@@ -409,7 +409,7 @@ static bool PULSEAUDIO_WaitDevice(SDL_AudioDevice *device)
struct SDL_PrivateAudioData *h = device->hidden;
bool result = true;
//SDL_Log("PULSEAUDIO PLAYDEVICE START! mixlen=%d", available);
//SDL_Log("PULSEAUDIO WAITDEVICE START! mixlen=%d", available);
PULSEAUDIO_pa_threaded_mainloop_lock(pulseaudio_threaded_mainloop);