diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/entityreader.cpp | 1 | ||||
-rw-r--r-- | common/listener.cpp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/common/entityreader.cpp b/common/entityreader.cpp index 411e7e4..01c25d2 100644 --- a/common/entityreader.cpp +++ b/common/entityreader.cpp | |||
@@ -88,7 +88,6 @@ EntityReader<DomainType>::EntityReader(const QByteArray &resourceType, const QBy | |||
88 | mDomainTypeAdaptorFactory(*mDomainTypeAdaptorFactoryPtr) | 88 | mDomainTypeAdaptorFactory(*mDomainTypeAdaptorFactoryPtr) |
89 | { | 89 | { |
90 | Q_ASSERT(!resourceType.isEmpty()); | 90 | Q_ASSERT(!resourceType.isEmpty()); |
91 | SinkTrace() << "resourceType " << resourceType; | ||
92 | Q_ASSERT(mDomainTypeAdaptorFactoryPtr); | 91 | Q_ASSERT(mDomainTypeAdaptorFactoryPtr); |
93 | } | 92 | } |
94 | 93 | ||
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(); |