mirror of https://github.com/nymea/nymea.git
Improve debug print for TunnelProxy
parent
3e94a1a4e8
commit
1e132a49ac
|
|
@ -125,7 +125,7 @@ void TunnelProxyServer::onStateChanged(TunnelProxySocketServer::State state)
|
|||
|
||||
void TunnelProxyServer::onServerRunningChanged(bool running)
|
||||
{
|
||||
qCDebug(dcTunnelProxyServer()) << "The server is" << (running ? "now listening for incoming connections on " + m_serverUuid.toString() : "not running any more.");
|
||||
qCDebug(dcTunnelProxyServer()).noquote() << "The server is" << (running ? "now listening for incoming connections on " + m_serverUuid.toString() : "not running any more.");
|
||||
emit runningChanged(running);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue