X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fmetadata%2Fimpl%2FChainingMetadataProvider.cpp;h=e8dcf15213251960205c344777ff67d4f785639d;hp=f5fb8c5b0791bffa2b8b112cabb47142ad86960e;hb=3f107084066988f951c36f1671d5ef5b19e498a1;hpb=1e06801f9c2abf9b5f199887601e3254fd87fa3a diff --git a/saml/saml2/metadata/impl/ChainingMetadataProvider.cpp b/saml/saml2/metadata/impl/ChainingMetadataProvider.cpp index f5fb8c5..e8dcf15 100644 --- a/saml/saml2/metadata/impl/ChainingMetadataProvider.cpp +++ b/saml/saml2/metadata/impl/ChainingMetadataProvider.cpp @@ -195,7 +195,7 @@ ChainingMetadataProvider::ChainingMetadataProvider(const DOMElement* e) m_providers.push_back(provider.get()); provider.release(); } - catch (exception& ex) { + catch (std::exception& ex) { m_log.error("error building MetadataProvider: %s", ex.what()); } } @@ -214,7 +214,7 @@ void ChainingMetadataProvider::init() try { i->init(); } - catch (exception& ex) { + catch (std::exception& ex) { m_log.crit("failure initializing MetadataProvider: %s", ex.what()); } }