summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/IQParser.cpp')
-rw-r--r--Swiften/Parser/IQParser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Parser/IQParser.cpp b/Swiften/Parser/IQParser.cpp
index 5cfae34..363f7ec 100644
--- a/Swiften/Parser/IQParser.cpp
+++ b/Swiften/Parser/IQParser.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 */
@@ -32,7 +32,7 @@ void IQParser::handleStanzaAttributes(const AttributeMap& attributes) {
32 getStanzaGeneric()->setType(IQ::Error); 32 getStanzaGeneric()->setType(IQ::Error);
33 } 33 }
34 else { 34 else {
35 SWIFT_LOG(warning) << "Unknown IQ type: " << *type << std::endl; 35 SWIFT_LOG(warning) << "Unknown IQ type: " << *type;
36 getStanzaGeneric()->setType(IQ::Get); 36 getStanzaGeneric()->setType(IQ::Get);
37 } 37 }
38 } 38 }