diff options
-rw-r--r-- | Swiften/Client/ClientSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Client/ClientSession.cpp b/Swiften/Client/ClientSession.cpp index 6cb9c39..8be8a8c 100644 --- a/Swiften/Client/ClientSession.cpp +++ b/Swiften/Client/ClientSession.cpp @@ -442,7 +442,7 @@ void ClientSession::finishSession(boost::shared_ptr<Swift::Error> error) { error_ = error; } else { - LOG(warning) << "Session finished twice"; + SWIFT_LOG(warning) << "Session finished twice"; } assert(stream->isOpen()); if (stanzaAckResponder_) { |