diff --git a/miniaudio.h b/miniaudio.h index 1a9d7b54..357f5657 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -26192,7 +26192,7 @@ static ma_result ma_device_stop__dsound(ma_device* pDevice) if (pDevice->type == ma_device_type_capture || pDevice->type == ma_device_type_duplex) { hr = ma_IDirectSoundCaptureBuffer_Stop(pDeviceStateDSound->pCaptureBuffer); if (FAILED(hr)) { - ma_log_post(ma_device_get_log(pDevice), MA_LOG_LEVEL_ERROR, "[DirectSound] IDirectSoundCaptureBuffer_Stop() failed."); + /*ma_log_post(ma_device_get_log(pDevice), MA_LOG_LEVEL_ERROR, "[DirectSound] IDirectSoundCaptureBuffer_Stop() failed.");*/ wasSuccessful = MA_FALSE; } }