[java-shib-attribute] 01/05: Tweak log message.

Scott Cantor cantor.2 at osu.edu
Thu Jul 25 17:41:38 UTC 2024


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=d8fc35dc9f081260da393de2e6e6a1f1cfcfdd59

commit d8fc35dc9f081260da393de2e6e6a1f1cfcfdd59
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Apr 19 12:32:28 2024 -0400

    Tweak log message.
---
 .../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 bac26aaa5..ea0934d89 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
@@ -181,7 +181,7 @@ public abstract class AbstractSearchDataConnector<T1 extends ExecutableSearch,T2
             if (cacheKey != null) {
                 assert resultsCache != null;
                 resolvedAttributes = resultsCache.getIfPresent(cacheKey);
-                log.trace("{} Cache found, resolved attributes {} using cache {}", new Object[] {getLogPrefix(),
+                log.trace("{} Cache key returned, resolved attributes {} using cache {}", new Object[] {getLogPrefix(),
                         resolvedAttributes, resultsCache,});
                 if (resolvedAttributes == null) {
                     resolvedAttributes = retrieveAttributes(executable);

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


More information about the commits mailing list