X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fmetadata%2Fimpl%2FEntityAttributesEntityMatcher.cpp;h=2f4820896796263b877f39b82636d46ac0ab7737;hp=1e4d1aada1b832bb922e154a0500051d4c341873;hb=1462057b3b9ae7e165d34d988e30b14c213672ca;hpb=756c7bfd3d42c1a483e9ac47f4e65bc0e01dbe76 diff --git a/saml/saml2/metadata/impl/EntityAttributesEntityMatcher.cpp b/saml/saml2/metadata/impl/EntityAttributesEntityMatcher.cpp index 1e4d1aa..2f48208 100644 --- a/saml/saml2/metadata/impl/EntityAttributesEntityMatcher.cpp +++ b/saml/saml2/metadata/impl/EntityAttributesEntityMatcher.cpp @@ -83,7 +83,7 @@ namespace opensaml { EntityAttributesEntityMatcher::EntityAttributesEntityMatcher(const DOMElement* e) : m_trimTags(XMLHelper::getAttrBool(e, false, trimTags)), - m_log(Category::getInstance(SAML_LOGCAT".EntityMatcher.EntityAttributes")) + m_log(Category::getInstance(SAML_LOGCAT ".EntityMatcher.EntityAttributes")) { // Check for shorthand syntax. if (e && e->hasAttributeNS(nullptr, attributeName) && (e->hasAttributeNS(nullptr, attributeValue) || e->hasAttributeNS(nullptr, attributeValueRegex))) {