X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fhandler%2Fimpl%2FSAML2ArtifactResolution.cpp;fp=shibsp%2Fhandler%2Fimpl%2FSAML2ArtifactResolution.cpp;h=ae1150cdd79eb24dc5820eb3d85be83a2156f453;hb=c51bfd77603cf0ddb0b5e374c35586a8435895d6;hp=a267af5ca9ac1a5c4e914dd5486f3429b3f20b98;hpb=c44abc33cda3840a0ff1cfe889f2776f13607192;p=shibboleth%2Fcpp-sp.git diff --git a/shibsp/handler/impl/SAML2ArtifactResolution.cpp b/shibsp/handler/impl/SAML2ArtifactResolution.cpp index a267af5..ae1150c 100644 --- a/shibsp/handler/impl/SAML2ArtifactResolution.cpp +++ b/shibsp/handler/impl/SAML2ArtifactResolution.cpp @@ -142,7 +142,7 @@ namespace shibsp { }; SAML2ArtifactResolution::SAML2ArtifactResolution(const DOMElement* e, const char* appId) - : AbstractHandler(e, Category::getInstance(SHIBSP_LOGCAT".ArtifactResolution.SAML2")) + : AbstractHandler(e, Category::getInstance(SHIBSP_LOGCAT ".ArtifactResolution.SAML2")) { #ifndef SHIBSP_LITE if (SPConfig::getConfig().isEnabled(SPConfig::OutOfProcess)) {