fix typo
This commit is contained in:
parent
47add31e63
commit
3e94a1a4e8
@ -125,7 +125,7 @@ void TunnelProxyServer::onStateChanged(TunnelProxySocketServer::State state)
|
|||||||
|
|
||||||
void TunnelProxyServer::onServerRunningChanged(bool running)
|
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);
|
emit runningChanged(running);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user