Trace the opened device name in alcCaptureOpenDevice
This commit is contained in:
@@ -2977,7 +2977,7 @@ ALC_API ALCdevice* ALC_APIENTRY alcCaptureOpenDevice(const ALCchar *deviceName,
|
||||
device->next = DeviceList;
|
||||
} while(!CompExchangePtr((XchgPtr*)&DeviceList, device->next, device));
|
||||
|
||||
TRACE("Created device %p\n", device);
|
||||
TRACE("Created device %p, \"%s\"\n", device, device->DeviceName);
|
||||
return device;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user