X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fprofile%2Fimpl%2FIgnoreRule.cpp;h=5b9aa3ae8638502c5f762504993ccfa3dd35092c;hp=68a736e03d946f50642b0db3997d27dca2c7e081;hb=1462057b3b9ae7e165d34d988e30b14c213672ca;hpb=756c7bfd3d42c1a483e9ac47f4e65bc0e01dbe76 diff --git a/saml/profile/impl/IgnoreRule.cpp b/saml/profile/impl/IgnoreRule.cpp index 68a736e..5b9aa3a 100644 --- a/saml/profile/impl/IgnoreRule.cpp +++ b/saml/profile/impl/IgnoreRule.cpp @@ -45,7 +45,7 @@ namespace opensaml { { public: IgnoreRule(const DOMElement* e) - : m_log(Category::getInstance(SAML_LOGCAT".SecurityPolicyRule.Ignore")), m_qname(XMLHelper::getNodeValueAsQName(e)) { + : m_log(Category::getInstance(SAML_LOGCAT ".SecurityPolicyRule.Ignore")), m_qname(XMLHelper::getNodeValueAsQName(e)) { if (!m_qname.get()) throw SecurityPolicyException("No schema type or element name supplied to Ignore rule."); }