[java-shib-attribute] 11/11: Fix log message when returning cached results.

Scott Cantor cantor.2 at osu.edu
Mon Mar 17 13:58:56 UTC 2025


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

scantor pushed a commit to branch maint-5.1
in repository java-shib-attribute.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=2a0697889eff465886d7b875c29ad0de1628aaf9

commit 2a0697889eff465886d7b875c29ad0de1628aaf9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 28 09:25:28 2025 -0500

    Fix log message when returning cached results.
---
 .../idp/attribute/resolver/dc/impl/AbstractSearchDataConnector.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shib-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/impl/AbstractSearchDataConnector.java b/shib-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/impl/AbstractSearchDataConnector.java
index b7db75068..779e08577 100644
--- a/shib-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/impl/AbstractSearchDataConnector.java
+++ b/shib-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/impl/AbstractSearchDataConnector.java
@@ -190,7 +190,7 @@ public abstract class AbstractSearchDataConnector<T1 extends ExecutableSearch,T2
                 } else if (resolvedAttributes.isEmpty()){
                     log.debug("{} Cache key found empty (negative) result", getLogPrefix());
                 } else {
-                    log.debug("{} Cache key returned resolved attributes {}", getLogPrefix());
+                    log.debug("{} Cache key returned resolved attributes {}", getLogPrefix(), resolvedAttributes);
                 }
             } else {
                 log.debug("No cache key returned, skipping check for cached results");

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


More information about the commits mailing list