SSPCPP-616 - clean up concatenated string literals
[shibboleth/cpp-sp.git] / shibsp / util / DOMPropertySet.cpp
index 3ee7a94..54a5c39 100644 (file)
@@ -85,7 +85,7 @@ void DOMPropertySet::load(
         return;
     m_root=e;
     if (!log)
-        log = &Category::getInstance(SHIBSP_LOGCAT".PropertySet");
+        log = &Category::getInstance(SHIBSP_LOGCAT ".PropertySet");
 
     // Process each attribute as a property.
     DOMNamedNodeMap* attrs=m_root->getAttributes();