From ef58a8f2056d5a85f33543cebc23d08388c78e52 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 11 May 2017 16:29:05 -0700 Subject: Log whether the output limiter is enabled or disabled --- Alc/ALc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Alc/ALc.c') diff --git a/Alc/ALc.c b/Alc/ALc.c index 0ac65077..75c0e957 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -2230,6 +2230,7 @@ static ALCenum UpdateDeviceParams(ALCdevice *device, const ALCint *attrList) al_free(device->Limiter); device->Limiter = NULL; } + TRACE("Output limiter %s\n", device->Limiter ? "enabled" : "disabled"); /* Need to delay returning failure until replacement Send arrays have been * allocated with the appropriate size. -- cgit v1.2.3