Improve debug print for TunnelProxy
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user