[cpp-opensaml COMMIT] /branches/REL_2/saml/saml2/metadata/impl/XMLMetadataProvider.cpp

noreply at shibboleth.net noreply at shibboleth.net
Mon Oct 29 15:50:55 EDT 2012


Author: scantor
Date: Mon Oct 29 15:50:55 2012
New Revision: 751

URL: http://svn.shibboleth.net/view/cpp-opensaml?rev=751&view=rev
Log:
https://issues.shibboleth.net/jira/browse/CPPOST-79

Modified:
    branches/REL_2/saml/saml2/metadata/impl/XMLMetadataProvider.cpp

Modified: branches/REL_2/saml/saml2/metadata/impl/XMLMetadataProvider.cpp
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/saml/saml2/metadata/impl/XMLMetadataProvider.cpp?rev=751&r1=750&r2=751&view=diff
==============================================================================
--- branches/REL_2/saml/saml2/metadata/impl/XMLMetadataProvider.cpp (original)
+++ branches/REL_2/saml/saml2/metadata/impl/XMLMetadataProvider.cpp Mon Oct 29 15:50:55 2012
@@ -213,7 +213,7 @@
         SchemaValidators.validate(xmlObject.get());
     }
     catch (std::exception& ex) {
-        m_log.error("metadata intance failed manual validation checking: %s", ex.what());
+        m_log.error("metadata instance failed manual validation checking: %s", ex.what());
         throw MetadataException("Metadata instance failed manual validation checking.");
     }
 



More information about the commits mailing list