From a15a1abb21749aa8ca2382934948373be78c9177 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 28 May 2011 20:40:46 -0700 Subject: Trace the format that is set when reporting HRTF disabled --- Alc/ALc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc') diff --git a/Alc/ALc.c b/Alc/ALc.c index 7e4d5c6a..c03c5cc4 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -1207,7 +1207,7 @@ static ALCboolean UpdateDeviceParams(ALCdevice *device, const ALCint *attrList) if(device->FmtChans != DevFmtStereo || device->Frequency != 44100) { if((device->Flags&DEVICE_USE_HRTF)) - AL_PRINT("HRTF disabled (format is not 44100hz Stereo)\n"); + AL_PRINT("HRTF disabled (format is %uhz %s)\n", device->Frequency, DevFmtChannelsString(device->FmtChans)); device->Flags &= ~DEVICE_USE_HRTF; } -- cgit v1.2.3