summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Client/ClientSessionStanzaChannel.cpp')
-rw-r--r--Swiften/Client/ClientSessionStanzaChannel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Client/ClientSessionStanzaChannel.cpp b/Swiften/Client/ClientSessionStanzaChannel.cpp
index f48b306..6a5d07d 100644
--- a/Swiften/Client/ClientSessionStanzaChannel.cpp
+++ b/Swiften/Client/ClientSessionStanzaChannel.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2010-2016 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 */
@@ -49,7 +49,7 @@ std::string ClientSessionStanzaChannel::getNewIQID() {
49 49
50void ClientSessionStanzaChannel::send(std::shared_ptr<Stanza> stanza) { 50void ClientSessionStanzaChannel::send(std::shared_ptr<Stanza> stanza) {
51 if (!isAvailable()) { 51 if (!isAvailable()) {
52 SWIFT_LOG(warning) << "Client: Trying to send a stanza while disconnected." << std::endl; 52 SWIFT_LOG(warning) << "Client: Trying to send a stanza while disconnected.";
53 return; 53 return;
54 } 54 }
55 session->sendStanza(stanza); 55 session->sendStanza(stanza);