summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/PresenceParser.cpp')
-rw-r--r--Swiften/Parser/PresenceParser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Parser/PresenceParser.cpp b/Swiften/Parser/PresenceParser.cpp
index 0235a12..f73e9d8 100644
--- a/Swiften/Parser/PresenceParser.cpp
+++ b/Swiften/Parser/PresenceParser.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 */
@@ -41,7 +41,7 @@ void PresenceParser::handleStanzaAttributes(const AttributeMap& attributes) {
41 getStanzaGeneric()->setType(Presence::Error); 41 getStanzaGeneric()->setType(Presence::Error);
42 } 42 }
43 else { 43 else {
44 SWIFT_LOG(error) << "Unknown Presence type: " << *type << std::endl; 44 SWIFT_LOG(error) << "Unknown Presence type: " << *type;
45 getStanzaGeneric()->setType(Presence::Available); 45 getStanzaGeneric()->setType(Presence::Available);
46 } 46 }
47 } 47 }