X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fattribute%2Fresolver%2Fimpl%2FChainingAttributeResolver.cpp;fp=shibsp%2Fattribute%2Fresolver%2Fimpl%2FChainingAttributeResolver.cpp;h=fa268cfdc0ec8baeaa360622a77b2712d06074cf;hb=0d65bb64fb349e2508287b9d1b31d6f9abfd8971;hp=6718113cdbd73e85700eb77a46adfe70ebc9c128;hpb=a8bda4d6bac13d911b03b6e3b323338ec34a1890;p=shibboleth%2Fcpp-sp.git diff --git a/shibsp/attribute/resolver/impl/ChainingAttributeResolver.cpp b/shibsp/attribute/resolver/impl/ChainingAttributeResolver.cpp index 6718113..fa268cf 100644 --- a/shibsp/attribute/resolver/impl/ChainingAttributeResolver.cpp +++ b/shibsp/attribute/resolver/impl/ChainingAttributeResolver.cpp @@ -176,6 +176,9 @@ ChainingAttributeResolver::ChainingAttributeResolver(const DOMElement* e) string t(XMLHelper::getAttrString(e, nullptr, _type)); if (!t.empty()) { try { + Category::getInstance(SHIBSP_LOGCAT".AttributeResolver.Chaining").info( + "building AttributeResolver of type (%s)...", t.c_str() + ); m_resolvers.push_back(conf.AttributeResolverManager.newPlugin(t.c_str(), e)); } catch (exception& ex) {