UI: Log audio monitoring dev. on start and when changed

This commit is contained in:
jp9000
2017-03-02 12:35:37 -08:00
parent 075f911f12
commit 8d3e839ac8
2 changed files with 17 additions and 4 deletions

View File

@@ -1253,6 +1253,9 @@ void OBSBasic::OBSInit()
"MonitoringDeviceId");
obs_set_audio_monitoring_device(device_name, device_id);
blog(LOG_INFO, "Audio monitoring device:\n\tname: %s\n\tid: %s",
device_name, device_id);
#endif
InitOBSCallbacks();