aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/oss.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/oss.c')
-rw-r--r--Alc/oss.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/oss.c b/Alc/oss.c
index 1b8b0847..e1aba0b3 100644
--- a/Alc/oss.c
+++ b/Alc/oss.c
@@ -138,6 +138,7 @@ static ALCboolean oss_open_playback(ALCdevice *device, const ALCchar *deviceName
if(data->fd == -1)
{
free(data);
+ AL_PRINT("Could not open %s: %s\n", driver, strerror(errno));
return ALC_FALSE;
}