X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml1%2Fbinding%2Fimpl%2FSAML1MessageDecoder.cpp;fp=saml%2Fsaml1%2Fbinding%2Fimpl%2FSAML1MessageDecoder.cpp;h=bf5c6733e41c4bca33b56fa75c1d037bff9c234f;hp=ba62030dc6c8e769e701ea7ff4ec530f847242ec;hb=1462057b3b9ae7e165d34d988e30b14c213672ca;hpb=756c7bfd3d42c1a483e9ac47f4e65bc0e01dbe76 diff --git a/saml/saml1/binding/impl/SAML1MessageDecoder.cpp b/saml/saml1/binding/impl/SAML1MessageDecoder.cpp index ba62030..bf5c673 100644 --- a/saml/saml1/binding/impl/SAML1MessageDecoder.cpp +++ b/saml/saml1/binding/impl/SAML1MessageDecoder.cpp @@ -64,7 +64,7 @@ void SAML1MessageDecoder::extractMessageDetails( if (!XMLString::equals(q.getNamespaceURI(), samlconstants::SAML1P_NS)) return; - Category& log = Category::getInstance(SAML_LOGCAT".MessageDecoder.SAML1"); + Category& log = Category::getInstance(SAML_LOGCAT ".MessageDecoder.SAML1"); const Request* request=nullptr; const Response* response=nullptr;