Update rthandler.cpp

merge-requests/9/merge
Phil Taylor 2022-05-14 14:02:31 +01:00
rodzic 8f5ba2efb1
commit 5ef50c9706
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -41,7 +41,7 @@ bool rtHandler::init(audioSetup setup)
}
this->setup = setup;
qInfo(logAudio()) << (setup.isinput ? "Input" : "Output") << "PortAudio handler starting:" << setup.name;
qInfo(logAudio()) << (setup.isinput ? "Input" : "Output") << "RTAudio handler starting:" << setup.name;
if (setup.portInt==-1)
{