summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Component/CoreComponent.cpp')
-rw-r--r--Swiften/Component/CoreComponent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Component/CoreComponent.cpp b/Swiften/Component/CoreComponent.cpp
index 2d91c9c..ef7d3a4 100644
--- a/Swiften/Component/CoreComponent.cpp
+++ b/Swiften/Component/CoreComponent.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2010-2018 Isode Limited. 2 * Copyright (c) 2010-2019 Isode Limited.
3 * All rights reserved. 3 * All rights reserved.
4 * See the COPYING file for more information. 4 * See the COPYING file for more information.
5 */ 5 */
@@ -33,7 +33,7 @@ CoreComponent::CoreComponent(const JID& jid, const std::string& secret, NetworkF
33 33
34CoreComponent::~CoreComponent() { 34CoreComponent::~CoreComponent() {
35 if (session_ || connection_) { 35 if (session_ || connection_) {
36 SWIFT_LOG(warning) << "Component not disconnected properly" << std::endl; 36 SWIFT_LOG(warning) << "Component not disconnected properly";
37 } 37 }
38 delete iqRouter_; 38 delete iqRouter_;
39 39