summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/LibXMLParser.cpp')
-rw-r--r--Swiften/Parser/LibXMLParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Parser/LibXMLParser.cpp b/Swiften/Parser/LibXMLParser.cpp
index 158958b..32b91a1 100644
--- a/Swiften/Parser/LibXMLParser.cpp
+++ b/Swiften/Parser/LibXMLParser.cpp
@@ -34,7 +34,7 @@ static void handleStartElement(void* parser, const xmlChar* name, const xmlChar*
34 AttributeMap attributeValues; 34 AttributeMap attributeValues;
35 if (nbDefaulted != 0) { 35 if (nbDefaulted != 0) {
36 // Just because i don't understand what this means yet :-) 36 // Just because i don't understand what this means yet :-)
37 SWIFT_LOG(error) << "Unexpected nbDefaulted on XML element" << std::endl; 37 SWIFT_LOG(error) << "Unexpected nbDefaulted on XML element";
38 } 38 }
39 for (int i = 0; i < nbAttributes*5; i += 5) { 39 for (int i = 0; i < nbAttributes*5; i += 5) {
40 std::string attributeName = asString(attributes[i]); 40 std::string attributeName = asString(attributes[i]);