[java-identity-provider COMMIT] /trunk/idp-ui/src/main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java

noreply at shibboleth.net noreply at shibboleth.net
Mon May 2 12:49:17 EDT 2016


Author: tzeller
Date: Mon May  2 12:49:17 2016
New Revision: 8221

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8221&view=rev
Log:
Typo in debug logging.

Modified:
    trunk/idp-ui/src/main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java

Modified: trunk/idp-ui/src/main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-ui/src/main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java?rev=8221&r1=8220&r2=8221&view=diff
==============================================================================
--- trunk/idp-ui/src/main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java	(original)
+++ trunk/idp-ui/src/main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java	Mon May  2 12:49:17 2016
@@ -331,7 +331,7 @@
         for (ServiceName name : getRPAttributeConsumingService().getNames()) {
             log.trace("Found name in AttributeConsumingService, language '{}'", name.getXMLLang());
             if (name.getXMLLang() != null && name.getXMLLang().equals(lang)) {
-                log.debug("Returning name from AttributeConsumingService '{}", name.getValue());
+                log.debug("Returning name from AttributeConsumingService '{}'", name.getValue());
                 return name.getValue();
             }
         }



More information about the commits mailing list