reworded debug message on output device change

This commit is contained in:
itsmattkc
2019-10-17 10:51:37 +11:00
parent 18177901af
commit 2860fe33a0
+1 -1
View File
@@ -86,7 +86,7 @@ void AudioManager::StopOutput()
void AudioManager::SetOutputDevice(const QAudioDeviceInfo &info)
{
qInfo() << "Output audio device to" << info.deviceName();
qInfo() << "Setting output audio device to" << info.deviceName();
StopOutput();