diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-19 13:23:32 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-09-15 16:14:19 +0200 |
commit | 1e96213e9617d658627f9219fa1750f4466de653 (patch) | |
tree | 1e85ee592379a6369cb128dde02df5359bfffa65 /common/listener.cpp | |
parent | ae46ff86990c786060c6ebfe69cc3e7a6bb051a5 (diff) | |
download | sink-1e96213e9617d658627f9219fa1750f4466de653.tar.gz sink-1e96213e9617d658627f9219fa1750f4466de653.zip |
Cleanup
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(); |