diff options
author | Chris Robinson <[email protected]> | 2010-08-01 16:20:28 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-08-01 16:20:28 -0700 |
commit | fe6e73ede9c4137992e2945bf4db0d7ab897208b (patch) | |
tree | f41d7d6bf96e7dc3cffc15d51821fbe5e24bafff /Alc/pulseaudio.c | |
parent | 8dab4c418cd95a9ceb7ecf3211c1cf97201b7b1e (diff) |
Be a bit more verbose when a device fails to open
Diffstat (limited to 'Alc/pulseaudio.c')
-rw-r--r-- | Alc/pulseaudio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/pulseaudio.c b/Alc/pulseaudio.c index 4fb3c8e8..1fa16d7e 100644 --- a/Alc/pulseaudio.c +++ b/Alc/pulseaudio.c @@ -830,6 +830,7 @@ static ALCboolean pulse_open_playback(ALCdevice *device, const ALCchar *device_n if(ppa_stream_is_suspended(stream)) { + AL_PRINT("Device is suspended\n"); ppa_stream_disconnect(stream); ppa_stream_unref(stream); ppa_threaded_mainloop_unlock(data->loop); |