diff options
Diffstat (limited to 'common/listener.cpp')
-rw-r--r-- | common/listener.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/listener.cpp b/common/listener.cpp index 8f7518f..a051293 100644 --- a/common/listener.cpp +++ b/common/listener.cpp | |||
@@ -82,6 +82,7 @@ Listener::Listener(const QByteArray &resourceInstanceIdentifier, const QByteArra | |||
82 | 82 | ||
83 | Listener::~Listener() | 83 | Listener::~Listener() |
84 | { | 84 | { |
85 | SinkTrace() << "Shutting down " << m_resourceInstanceIdentifier; | ||
85 | closeAllConnections(); | 86 | closeAllConnections(); |
86 | } | 87 | } |
87 | 88 | ||
@@ -335,6 +336,7 @@ void Listener::sendShutdownNotification() | |||
335 | 336 | ||
336 | void Listener::quit() | 337 | void Listener::quit() |
337 | { | 338 | { |
339 | SinkTrace() << "Quitting " << m_resourceInstanceIdentifier; | ||
338 | m_clientBufferProcessesTimer->stop(); | 340 | m_clientBufferProcessesTimer->stop(); |
339 | m_server->close(); | 341 | m_server->close(); |
340 | sendShutdownNotification(); | 342 | sendShutdownNotification(); |