X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2ECPDecoder.cpp;fp=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2ECPDecoder.cpp;h=d571b1bee75c2ffb368fea4a2bcc0eb26390e2f9;hp=fbc47a17e10a8075f92151b40f004b3f28d2d2a6;hb=1462057b3b9ae7e165d34d988e30b14c213672ca;hpb=756c7bfd3d42c1a483e9ac47f4e65bc0e01dbe76 diff --git a/saml/saml2/binding/impl/SAML2ECPDecoder.cpp b/saml/saml2/binding/impl/SAML2ECPDecoder.cpp index fbc47a1..d571b1b 100644 --- a/saml/saml2/binding/impl/SAML2ECPDecoder.cpp +++ b/saml/saml2/binding/impl/SAML2ECPDecoder.cpp @@ -77,7 +77,7 @@ XMLObject* SAML2ECPDecoder::decode( #ifdef _DEBUG xmltooling::NDC ndc("decode"); #endif - Category& log = Category::getInstance(SAML_LOGCAT".MessageDecoder.SAML2ECP"); + Category& log = Category::getInstance(SAML_LOGCAT ".MessageDecoder.SAML2ECP"); log.debug("validating input"); const HTTPRequest* httpRequest = dynamic_cast(&genericRequest);