pull/455/head
Michael Zanetti 2022-01-25 15:06:20 +01:00
parent 47add31e63
commit 3e94a1a4e8
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ void TunnelProxyServer::onStateChanged(TunnelProxySocketServer::State state)
void TunnelProxyServer::onServerRunningChanged(bool running)
{
qCDebug(dcTunnelProxyServer()) << "The server is" << (running ? "now listening for incomming connections on " + m_serverUuid.toString() : "not running any more.");
qCDebug(dcTunnelProxyServer()) << "The server is" << (running ? "now listening for incoming connections on " + m_serverUuid.toString() : "not running any more.");
emit runningChanged(running);
}