[java-identity-provider] branch master updated: Fix logging bug.

Scott Cantor cantor.2 at osu.edu
Tue Nov 12 14:38:15 EST 2019


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

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  2750c23   Fix logging bug.
2750c23 is described below

commit 2750c23233bbc199bf8aa47d7f31f2d9a5c163ff
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 12 14:38:10 2019 -0500

    Fix logging bug.
---
 .../shibboleth/idp/attribute/resolver/impl/AttributeResolverImpl.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/AttributeResolverImpl.java b/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/AttributeResolverImpl.java
index d68750e..eece5da 100644
--- a/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/AttributeResolverImpl.java
+++ b/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/AttributeResolverImpl.java
@@ -649,7 +649,7 @@ public class AttributeResolverImpl extends AbstractServiceableComponent<Attribut
 
         final HashSet<String> dependencyVerifiedPlugins = new HashSet<>();
         for (final DataConnector plugin : dataConnectors.values()) {
-            log.debug("{} Checking if data connector '{}' is has a circular dependency", logPrefix, plugin.getId());
+            log.debug("{} Checking if data connector '{}' has a circular dependency", logPrefix, plugin.getId());
             checkPlugInDependencies(plugin.getId(), plugin, dependencyVerifiedPlugins);
         }
 

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


More information about the commits mailing list