mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-11 05:59:32 -04:00
SDRdaemonFEC plugin: failed connection debug messge
This commit is contained in:
parent
bda1d8997b
commit
c96c52eb5e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user