mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-11 02:02:26 -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());
|
int rc = nn_connect(m_sender, addrstrng.c_str());
|
||||||
|
|
||||||
if (rc < 0) {
|
if (rc < 0) {
|
||||||
|
qDebug() << "SDRdaemonGui::sendConfiguration: connexion to " << addrstrng.c_str() << " failed";
|
||||||
QMessageBox::information(this, tr("Message"), tr("Cannot connect to remote control port"));
|
QMessageBox::information(this, tr("Message"), tr("Cannot connect to remote control port"));
|
||||||
} else {
|
} else {
|
||||||
qDebug() << "SDRdaemonGui::sendConfiguration: connexion to " << addrstrng.c_str() << " successful";
|
qDebug() << "SDRdaemonGui::sendConfiguration: connexion to " << addrstrng.c_str() << " successful";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user