X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fbinding%2Fimpl%2FMessageFlowRule.cpp;h=8b117cf27a5d00703b0483efad19469e7145727e;hp=c6fb740f5a4d648d5611c7cbc9f0671a5f182c8a;hb=1462057b3b9ae7e165d34d988e30b14c213672ca;hpb=756c7bfd3d42c1a483e9ac47f4e65bc0e01dbe76 diff --git a/saml/binding/impl/MessageFlowRule.cpp b/saml/binding/impl/MessageFlowRule.cpp index c6fb740..8b117cf 100644 --- a/saml/binding/impl/MessageFlowRule.cpp +++ b/saml/binding/impl/MessageFlowRule.cpp @@ -74,7 +74,7 @@ MessageFlowRule::MessageFlowRule(const DOMElement* e) bool MessageFlowRule::evaluate(const XMLObject& message, const GenericRequest* request, SecurityPolicy& policy) const { - Category& log=Category::getInstance(SAML_LOGCAT".SecurityPolicyRule.MessageFlow"); + Category& log=Category::getInstance(SAML_LOGCAT ".SecurityPolicyRule.MessageFlow"); log.debug("evaluating message flow policy (replay checking %s, expiration %lu)", m_checkReplay ? "on" : "off", m_expires); time_t now = policy.getTime();