Log whether the output limiter is enabled or disabled

This commit is contained in:
Chris Robinson
2017-05-11 16:29:05 -07:00
parent 748dfb1526
commit ef58a8f205
+1
View File
@@ -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.