diff --git a/hgx11net.cpp b/hgx11net.cpp index 929016a..846b37d 100644 --- a/hgx11net.cpp +++ b/hgx11net.cpp @@ -74,6 +74,7 @@ void hgx11net::_connectHost() qWarning() << "hxgfnet Error: " << _sock_p->errorString(); return; } + qDebug() << "Successfully connected to Hyperion at " << _host_m << ":" << _port_m; } void hgx11net::_sendCommand()