kopia lustrzana https://gitlab.com/eliggett/wfview
Changed some debug messages in commhandler. I found it useful to print
out the port name when connecting.audioplugins
rodzic
01a2bf3ec2
commit
37ca39a8e7
|
@ -149,7 +149,7 @@ void commHandler::openPort()
|
|||
if(success)
|
||||
{
|
||||
isConnected = true;
|
||||
//qDebug(logSerial()) << "Opened port!";
|
||||
qDebug(logSerial()) << "Opened port: " << portName;
|
||||
return;
|
||||
} else {
|
||||
// debug?
|
||||
|
|
Ładowanie…
Reference in New Issue