X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fattribute%2Fresolver%2Fimpl%2FXMLAttributeExtractor.cpp;h=1fc2555035e29e09133c23bb857fcc44dcfedc08;hb=13a8ba49a0a588b73509c0561e3c86837d85af13;hp=54e05914ba22549ebd086b8c499bc0d8fe728c74;hpb=bb90d3647364e486b1579d177ba8d3ca08957bf5;p=shibboleth%2Fsp.git diff --git a/shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp b/shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp index 54e0591..1fc2555 100644 --- a/shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp +++ b/shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp @@ -990,7 +990,7 @@ void XMLExtractor::extractAttributes( } } catch (std::exception& ex) { - m_log.error("caught exception decrypting Attribute: %s", ex.what()); + m_log.error("failed to decrypt Attribute: %s", ex.what()); return; } }