summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Network/BOSHConnectionPool.cpp')
-rw-r--r--Swiften/Network/BOSHConnectionPool.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Network/BOSHConnectionPool.cpp b/Swiften/Network/BOSHConnectionPool.cpp
index 8a75e81..3a79a16 100644
--- a/Swiften/Network/BOSHConnectionPool.cpp
+++ b/Swiften/Network/BOSHConnectionPool.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2011-2016 Isode Limited. 2 * Copyright (c) 2011-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 */
@@ -266,7 +266,7 @@ std::shared_ptr<BOSHConnection> BOSHConnectionPool::createConnection() {
266 266
267 if (boshURL.getScheme() == "https") { 267 if (boshURL.getScheme() == "https") {
268 bool success = connection->setClientCertificate(clientCertificate); 268 bool success = connection->setClientCertificate(clientCertificate);
269 SWIFT_LOG(debug) << "setClientCertificate, success: " << success << std::endl; 269 SWIFT_LOG(debug) << "setClientCertificate, success: " << success;
270 } 270 }
271 271
272 connection->connect(); 272 connection->connect();