mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-16 04:28:53 -04:00
WASAPI: Change some errors messages to warnings
There shouldn't be errors if the actual source has successfully been created, just warnings.
This commit is contained in:
@@ -89,7 +89,7 @@ void GetWASAPIAudioDevices(vector<AudioDeviceInfo> &devices, bool input)
|
||||
GetWASAPIAudioDevices_(devices, input);
|
||||
|
||||
} catch (HRError error) {
|
||||
blog(LOG_ERROR, "[GetWASAPIAudioDevices] %s: %lX",
|
||||
blog(LOG_WARNING, "[GetWASAPIAudioDevices] %s: %lX",
|
||||
error.str, error.hr);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user