X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fprofile%2Fimpl%2FDelegationRestrictionRule.cpp;h=2faf209d3191a22f040b143982e944002e924768;hp=66e92a7c3c02c737f180cc4ac733f5f066264834;hb=1462057b3b9ae7e165d34d988e30b14c213672ca;hpb=756c7bfd3d42c1a483e9ac47f4e65bc0e01dbe76 diff --git a/saml/saml2/profile/impl/DelegationRestrictionRule.cpp b/saml/saml2/profile/impl/DelegationRestrictionRule.cpp index 66e92a7..2faf209 100644 --- a/saml/saml2/profile/impl/DelegationRestrictionRule.cpp +++ b/saml/saml2/profile/impl/DelegationRestrictionRule.cpp @@ -96,7 +96,7 @@ namespace opensaml { // d1 is the input from the message, d2 is from the policy bool operator()(const Delegate* d1, const Delegate& d2) const { if (!d1->getNameID()) { - Category::getInstance(SAML_LOGCAT".SecurityPolicyRule.DelegationRestriction").error( + Category::getInstance(SAML_LOGCAT ".SecurityPolicyRule.DelegationRestriction").error( "rule doesn't support evaluation of BaseID or EncryptedID in a Delegate" ); return false;