mirror of https://github.com/libsdl-org/SDL.git
pulseaudio: Fixed typo in commented-out debug logging.
This commit is contained in:
parent
8cb303126f
commit
48d4104ecb
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue