[java-identity-provider] branch main updated: Another logging tweak.

Scott Cantor cantor.2 at osu.edu
Tue Jan 26 01:03:23 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=8293656069a36659fa80db3b5de1ae14d27f6c47

The following commit(s) were added to refs/heads/main by this push:
       new  829365606 Another logging tweak.
829365606 is described below

commit 8293656069a36659fa80db3b5de1ae14d27f6c47
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 25 20:03:20 2021 -0500

    Another logging tweak.
---
 .../java/net/shibboleth/idp/consent/flow/ar/impl/ReleaseAttributes.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/ar/impl/ReleaseAttributes.java b/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/ar/impl/ReleaseAttributes.java
index 282a4a19f..7f939648b 100644
--- a/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/ar/impl/ReleaseAttributes.java
+++ b/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/ar/impl/ReleaseAttributes.java
@@ -64,7 +64,7 @@ public class ReleaseAttributes extends AbstractAttributeReleaseAction {
         log.debug("{} Consents '{}'", getLogPrefix(), consents);
 
         final Map<String, IdPAttribute> attributes = getAttributeContext().getIdPAttributes();
-        log.debug("{} Attributes before release '{}'", getLogPrefix(), attributes.keySet());
+        log.debug("{} Attributes before release: {}", getLogPrefix(), attributes.keySet());
 
         final Map<String, IdPAttribute> releasedAttributes = new HashMap<>(attributes.size());
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list