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