diff options
Diffstat (limited to 'common/listener.cpp')
-rw-r--r-- | common/listener.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/listener.cpp b/common/listener.cpp index 96806ad..2f5bd47 100644 --- a/common/listener.cpp +++ b/common/listener.cpp | |||
@@ -67,7 +67,7 @@ Listener::Listener(const QByteArray &resourceInstanceIdentifier, const QByteArra | |||
67 | m_checkConnectionsTimer->setInterval(1000); | 67 | m_checkConnectionsTimer->setInterval(1000); |
68 | connect(m_checkConnectionsTimer.get(), &QTimer::timeout, [this]() { | 68 | connect(m_checkConnectionsTimer.get(), &QTimer::timeout, [this]() { |
69 | if (m_connections.isEmpty()) { | 69 | if (m_connections.isEmpty()) { |
70 | SinkLog() << QString("No connections, shutting down."); | 70 | SinkTrace() << QString("No connections, shutting down."); |
71 | quit(); | 71 | quit(); |
72 | } | 72 | } |
73 | }); | 73 | }); |