Skip to content

Commit c576256

Browse files
committed
Fix extra logging
1 parent fda3e1e commit c576256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IDirectInputX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ HRESULT m_IDirectInputX::EnumDevicesX(DWORD dwDevType, V lpCallback, LPVOID pvRe
180180
// Execute Callback
181181
for (const D& sortedDevice : sortedDevices)
182182
{
183-
Logging::Log() << __FUNCTION__ << " Enumerating Product: " << sortedDevice.tszProductName << " Instance: " << sortedDevice.tszInstanceName;
183+
Logging::LogDebug() << __FUNCTION__ << " Enumerating Product: " << sortedDevice.tszProductName << " Instance: " << sortedDevice.tszInstanceName;
184184

185185
if (DeviceEnumerator::EnumDeviceCallback(&sortedDevice, &CallbackContext) == DIENUM_STOP)
186186
{

0 commit comments

Comments
 (0)