X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fprofile%2Fimpl%2FBrowserSSOProfile20Validator.cpp;fp=saml%2Fsaml2%2Fprofile%2Fimpl%2FBrowserSSOProfile20Validator.cpp;h=0869567edf28aaacb5804c2d2f1d621d8e12b115;hp=9a5d8de3139d349909a59f79ba3efc0dc879ff0c;hb=1462057b3b9ae7e165d34d988e30b14c213672ca;hpb=756c7bfd3d42c1a483e9ac47f4e65bc0e01dbe76 diff --git a/saml/saml2/profile/impl/BrowserSSOProfile20Validator.cpp b/saml/saml2/profile/impl/BrowserSSOProfile20Validator.cpp index 9a5d8de..0869567 100644 --- a/saml/saml2/profile/impl/BrowserSSOProfile20Validator.cpp +++ b/saml/saml2/profile/impl/BrowserSSOProfile20Validator.cpp @@ -56,7 +56,7 @@ void BrowserSSOProfileValidator::validateAssertion(const Assertion& assertion) c #ifdef _DEBUG xmltooling::NDC ndc("validate"); #endif - Category& log = Category::getInstance(SAML_LOGCAT".AssertionValidator"); + Category& log = Category::getInstance(SAML_LOGCAT ".AssertionValidator"); // The assertion MUST have proper confirmation requirements. const char* msg="assertion is missing bearer SubjectConfirmation";