[cpp-opensaml] branch master updated: Fix a log message nit
Scott Cantor
cantor.2 at osu.edu
Tue Jun 21 10:23:32 EDT 2016
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=57c08011a9c90c295e04889d05f578b8a6757438
The following commit(s) were added to refs/heads/master by this push:
new 57c0801 Fix a log message nit
57c0801 is described below
commit 57c08011a9c90c295e04889d05f578b8a6757438
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 21 10:23:29 2016 -0400
Fix a log message nit
---
saml/saml2/metadata/impl/DynamicMetadataProvider.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/saml/saml2/metadata/impl/DynamicMetadataProvider.cpp b/saml/saml2/metadata/impl/DynamicMetadataProvider.cpp
index 844788d..86631bb 100644
--- a/saml/saml2/metadata/impl/DynamicMetadataProvider.cpp
+++ b/saml/saml2/metadata/impl/DynamicMetadataProvider.cpp
@@ -293,7 +293,7 @@ pair<const EntityDescriptor*,const RoleDescriptor*> DynamicMetadataProvider::get
SchemaValidators.validate(entity2.get());
}
catch (exception& ex) {
- log.error("metadata intance failed manual validation checking: %s", ex.what());
+ log.error("metadata instance failed manual validation checking: %s", ex.what());
throw MetadataException("Metadata instance failed manual validation checking.");
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list