summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/TLS/SecureTransport/SecureTransportContextFactory.cpp')
-rw-r--r--Swiften/TLS/SecureTransport/SecureTransportContextFactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/TLS/SecureTransport/SecureTransportContextFactory.cpp b/Swiften/TLS/SecureTransport/SecureTransportContextFactory.cpp
index cc10987..ac399e1 100644
--- a/Swiften/TLS/SecureTransport/SecureTransportContextFactory.cpp
+++ b/Swiften/TLS/SecureTransport/SecureTransportContextFactory.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2015-2018 Isode Limited. 2 * Copyright (c) 2015-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 */
@@ -39,7 +39,7 @@ void SecureTransportContextFactory::setCheckCertificateRevocation(bool b) {
39void SecureTransportContextFactory::setDisconnectOnCardRemoval(bool b) { 39void SecureTransportContextFactory::setDisconnectOnCardRemoval(bool b) {
40 disconnectOnCardRemoval_ = b; 40 disconnectOnCardRemoval_ = b;
41 if (disconnectOnCardRemoval_) { 41 if (disconnectOnCardRemoval_) {
42 SWIFT_LOG(warning) << "Smart cards have not been tested yet" << std::endl; 42 SWIFT_LOG(warning) << "Smart cards have not been tested yet";
43 } 43 }
44} 44}
45 45