X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2MessageDecoder.cpp;fp=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2MessageDecoder.cpp;h=d2e0a82eb6cf6b9c01d8dbd5538d9bd8431d3461;hp=86e8053ee694dcc78c75a90b93300a6bd3941364;hb=1462057b3b9ae7e165d34d988e30b14c213672ca;hpb=756c7bfd3d42c1a483e9ac47f4e65bc0e01dbe76 diff --git a/saml/saml2/binding/impl/SAML2MessageDecoder.cpp b/saml/saml2/binding/impl/SAML2MessageDecoder.cpp index 86e8053..d2e0a82 100644 --- a/saml/saml2/binding/impl/SAML2MessageDecoder.cpp +++ b/saml/saml2/binding/impl/SAML2MessageDecoder.cpp @@ -64,7 +64,7 @@ void SAML2MessageDecoder::extractMessageDetails( if (!XMLString::equals(q.getNamespaceURI(), samlconstants::SAML20P_NS)) return; - Category& log = Category::getInstance(SAML_LOGCAT".MessageDecoder.SAML2"); + Category& log = Category::getInstance(SAML_LOGCAT ".MessageDecoder.SAML2"); try { const saml2::RootObject& samlRoot = dynamic_cast(message);