aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/solaris.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/solaris.c')
-rw-r--r--Alc/solaris.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Alc/solaris.c b/Alc/solaris.c
index 58d6e081..6f590e5e 100644
--- a/Alc/solaris.c
+++ b/Alc/solaris.c
@@ -159,7 +159,8 @@ static ALCboolean solaris_reset_playback(ALCdevice *device)
info.play.encoding = AUDIO_ENCODING_LINEAR;
break;
default:
- AL_PRINT("Unknown format?! %x\n", device->Format);
+ AL_PRINT("Unknown format: 0x%x\n", device->Format);
+ return ALC_FALSE;
}
numChannels = aluChannelsFromFormat(device->Format);