SSPCPP-616 - clean up concatenated string literals
[shibboleth/cpp-sp.git] / shibsp / attribute / XMLAttributeDecoder.cpp
index 551206f..de4630e 100644 (file)
@@ -75,7 +75,7 @@ Attribute* XMLAttributeDecoder::decode(
     if (!xmlObject)
         return nullptr;
 
-    Category& log = Category::getInstance(SHIBSP_LOGCAT".AttributeDecoder.XML");
+    Category& log = Category::getInstance(SHIBSP_LOGCAT ".AttributeDecoder.XML");
 
     auto_ptr<XMLAttribute> attr(new XMLAttribute(ids));
     vector<string>& dest = attr->getValues();