[java-opensaml COMMIT] /trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/profile/impl/AddNameIdentifier...

noreply at shibboleth.net noreply at shibboleth.net
Fri Feb 28 22:19:33 EST 2014


Author: scantor
Date: Fri Feb 28 22:19:33 2014
New Revision: 3662

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3662&view=rev
Log:
Fix log message.

Modified:
    trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/profile/impl/AddNameIdentifierToSubjects.java

Modified: trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/profile/impl/AddNameIdentifierToSubjects.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/profile/impl/AddNameIdentifierToSubjects.java?rev=3662&r1=3661&r2=3662&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/profile/impl/AddNameIdentifierToSubjects.java (original)
+++ trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/profile/impl/AddNameIdentifierToSubjects.java Fri Feb 28 22:19:33 2014
@@ -215,7 +215,7 @@
         if (formats == null || formats.isEmpty()) {
             log.debug("{} No candidate NameIdentifier formats, an arbitrary format will be chosen", getLogPrefix());
             formats = Lists.newArrayList(nameIdGeneratorMap.keySet());
-            log.debug("{} Candidate NameIdentifier formats x : {}", getLogPrefix(), formats);
+            log.debug("{} Candidate NameIdentifier formats: {}", getLogPrefix(), formats);
         } else {
             log.debug("{} Candidate NameIdentifier formats: {}", getLogPrefix(), formats);
         }



More information about the commits mailing list