[java-shib-attribute] branch main updated: Tweak log message.
Scott Cantor
cantor.2 at osu.edu
Fri Apr 19 16:32:31 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=5b2d2ea522bbea0111c24efe64e596713b0a659e
The following commit(s) were added to refs/heads/main by this push:
new 5b2d2ea52 Tweak log message.
5b2d2ea52 is described below
commit 5b2d2ea522bbea0111c24efe64e596713b0a659e
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