1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-10-01 17:26:40 -04:00

SDRdaemonFEC plugin: failed connection debug messge

This commit is contained in:
f4exb 2016-07-23 20:13:27 +02:00
parent bda1d8997b
commit c96c52eb5e

View File

@ -421,6 +421,7 @@ void SDRdaemonFECGui::sendConfiguration()
int rc = nn_connect(m_sender, addrstrng.c_str());
if (rc < 0) {
qDebug() << "SDRdaemonGui::sendConfiguration: connexion to " << addrstrng.c_str() << " failed";
QMessageBox::information(this, tr("Message"), tr("Cannot connect to remote control port"));
} else {
qDebug() << "SDRdaemonGui::sendConfiguration: connexion to " << addrstrng.c_str() << " successful";