diff options
Diffstat (limited to 'synchronizer')
-rw-r--r-- | synchronizer/listener.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synchronizer/listener.cpp b/synchronizer/listener.cpp index 147ed9f..1294c76 100644 --- a/synchronizer/listener.cpp +++ b/synchronizer/listener.cpp | |||
@@ -129,6 +129,7 @@ void Listener::clientDropped() | |||
129 | void Listener::checkConnections() | 129 | void Listener::checkConnections() |
130 | { | 130 | { |
131 | if (m_connections.isEmpty()) { | 131 | if (m_connections.isEmpty()) { |
132 | log(QString("No connections, shutting down.")); | ||
132 | m_server->close(); | 133 | m_server->close(); |
133 | emit noClients(); | 134 | emit noClients(); |
134 | } | 135 | } |