X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=blobdiff_plain;f=shibsp%2Fhandler%2Fimpl%2FTransformSessionInitiator.cpp;h=02e6dc4180095c4638bbdacbc58d7b58367a422f;hp=baaf4b0a808c09c108eb0d4b9e22cb53e932fcd8;hb=c51bfd77603cf0ddb0b5e374c35586a8435895d6;hpb=c44abc33cda3840a0ff1cfe889f2776f13607192 diff --git a/shibsp/handler/impl/TransformSessionInitiator.cpp b/shibsp/handler/impl/TransformSessionInitiator.cpp index baaf4b0..02e6dc4 100644 --- a/shibsp/handler/impl/TransformSessionInitiator.cpp +++ b/shibsp/handler/impl/TransformSessionInitiator.cpp @@ -84,7 +84,7 @@ namespace shibsp { { public: TransformSessionInitiator(const DOMElement* e, const char* appId) - : AbstractHandler(e, Category::getInstance(SHIBSP_LOGCAT".SessionInitiator.Transform"), &g_TSINFilter), m_appId(appId) { + : AbstractHandler(e, Category::getInstance(SHIBSP_LOGCAT ".SessionInitiator.Transform"), &g_TSINFilter), m_appId(appId) { // If Location isn't set, defer address registration until the setParent call. pair loc = getString("Location"); if (loc.first) {