[java-opensaml] 11/16: Logging tweak.
Brent Putman
putmanb at georgetown.edu
Fri Sep 21 22:48:49 EDT 2018
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=f1d2e5bd2a4049dd269d7346b6f403a8f9b812f7
commit f1d2e5bd2a4049dd269d7346b6f403a8f9b812f7
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Sep 21 15:48:54 2018 -0400
Logging tweak.
---
.../messaging/impl/PopulateHttpClientSecurityParametersHandler.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/opensaml-security-impl/src/main/java/org/opensaml/security/messaging/impl/PopulateHttpClientSecurityParametersHandler.java b/opensaml-security-impl/src/main/java/org/opensaml/security/messaging/impl/PopulateHttpClientSecurityParametersHandler.java
index ef4ea58..9b1800a 100644
--- a/opensaml-security-impl/src/main/java/org/opensaml/security/messaging/impl/PopulateHttpClientSecurityParametersHandler.java
+++ b/opensaml-security-impl/src/main/java/org/opensaml/security/messaging/impl/PopulateHttpClientSecurityParametersHandler.java
@@ -154,10 +154,10 @@ public class PopulateHttpClientSecurityParametersHandler extends AbstractMessage
protected boolean doPreInvoke(@Nonnull final MessageContext messageContext) throws MessageHandlerException {
if (super.doPreInvoke(messageContext)) {
- log.debug("{} HttpClient security enabled", getLogPrefix());
+ log.debug("{} HttpClientSecurityParameters resolution and population enabled", getLogPrefix());
return true;
} else {
- log.debug("{} HttpClient security not enabled", getLogPrefix());
+ log.debug("{} HttpClientSecurityParameters resolution and population not enabled", getLogPrefix());
return false;
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list