SDRdaemonFEC plugin: failed connection debug messge

This commit is contained in:
f4exb 2016-07-23 20:13:27 +02:00
parent bda1d8997b
commit c96c52eb5e
1 changed files with 1 additions and 0 deletions

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";