[cpp-opensaml] branch master updated: CLean up log message.
Scott Cantor
cantor.2 at osu.edu
Tue Mar 10 11:24:56 EDT 2020
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=366efa07927a99f8a0db5cf492ec18da17490d5c
The following commit(s) were added to refs/heads/master by this push:
new 366efa0 CLean up log message.
366efa0 is described below
commit 366efa07927a99f8a0db5cf492ec18da17490d5c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 10 11:24:26 2020 -0400
CLean up log message.
---
saml/binding/impl/MessageFlowRule.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/saml/binding/impl/MessageFlowRule.cpp b/saml/binding/impl/MessageFlowRule.cpp
index f8beac1..de65359 100644
--- a/saml/binding/impl/MessageFlowRule.cpp
+++ b/saml/binding/impl/MessageFlowRule.cpp
@@ -131,7 +131,7 @@ bool MessageFlowRule::evaluate(const XMLObject& message, const GenericRequest* r
throw SecurityPolicyException("Unsolicited response rejected by policy.");
}
else {
- log.debug("unsolicited response accepted");
+ log.debug("unsolicited message accepted");
}
}
else {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list