X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fhandler%2Fimpl%2FAttributeCheckerHandler.cpp;h=d4b86a977f65450ced9df82241510878dd06d285;hb=c51bfd77603cf0ddb0b5e374c35586a8435895d6;hp=5ca63fd32c660caed796e503554178756619a02a;hpb=905660ba619afcf7e02266ffafad37e7dfef404e;p=shibboleth%2Fcpp-sp.git diff --git a/shibsp/handler/impl/AttributeCheckerHandler.cpp b/shibsp/handler/impl/AttributeCheckerHandler.cpp index 5ca63fd..d4b86a9 100644 --- a/shibsp/handler/impl/AttributeCheckerHandler.cpp +++ b/shibsp/handler/impl/AttributeCheckerHandler.cpp @@ -110,7 +110,7 @@ namespace shibsp { }; AttributeCheckerHandler::AttributeCheckerHandler(const DOMElement* e, const char* appId) - : AbstractHandler(e, Category::getInstance(SHIBSP_LOGCAT".AttributeCheckerHandler"), &g_Blocker) + : AbstractHandler(e, Category::getInstance(SHIBSP_LOGCAT ".AttributeCheckerHandler"), &g_Blocker) { if (!SPConfig::getConfig().isEnabled(SPConfig::InProcess)) return;