SSPCPP-616 - clean up concatenated string literals
[shibboleth/cpp-xmltooling.git] / xmltooling / security / impl / CredentialCriteria.cpp
index 8853bbf..1b2f0e8 100644 (file)
@@ -217,7 +217,7 @@ void CredentialCriteria::reset()
 
 bool CredentialCriteria::matches(const Credential& credential) const
 {
-    Category& log = Category::getInstance(XMLTOOLING_LOGCAT".CredentialCriteria");
+    Category& log = Category::getInstance(XMLTOOLING_LOGCAT ".CredentialCriteria");
 
     // Usage check, if specified and we have one, compare masks.
     if (getUsage() != Credential::UNSPECIFIED_CREDENTIAL) {