SSPCPP-616 - clean up concatenated string literals
[shibboleth/cpp-sp.git] / shibsp / attribute / filtering / impl / AttributeValueStringFunctor.cpp
index 4a481d7..7677692 100644 (file)
@@ -63,7 +63,7 @@ namespace shibsp {
                 throw ConfigurationException("AttributeValueString MatchFunctor requires non-empty value attribute.");
             }
             if (e && e->hasAttributeNS(nullptr, ignoreCase)) {
-                Category::getInstance(SHIBSP_LOGCAT".AttributeFilter").warn(
+                Category::getInstance(SHIBSP_LOGCAT ".AttributeFilter").warn(
                     "ignoreCase property ignored by AttributeValueString MatchFunctor in favor of attribute's caseSensitive property"
                     );
             }