[java-opensaml COMMIT] /trunk/opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/signature/support/impl/PKIXSigna...

noreply at shibboleth.net noreply at shibboleth.net
Mon Dec 15 21:31:17 EST 2014


Author: scantor
Date: Mon Dec 15 21:31:17 2014
New Revision: 4189

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

Modified:
    trunk/opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/signature/support/impl/PKIXSignatureTrustEngine.java

Modified: trunk/opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/signature/support/impl/PKIXSignatureTrustEngine.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/signature/support/impl/PKIXSignatureTrustEngine.java?rev=4189&r1=4188&r2=4189&view=diff
==============================================================================
--- trunk/opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/signature/support/impl/PKIXSignatureTrustEngine.java (original)
+++ trunk/opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/signature/support/impl/PKIXSignatureTrustEngine.java Mon Dec 15 21:31:17 2014
@@ -291,7 +291,7 @@
             log.debug("No credential name evaluator was available, skipping trusted name evaluation");
             return true;
         } else if (trustedNames == null) {
-            log.debug("Truted names was null, signalling PKIX resolver does not support trusted names resolution, " 
+            log.debug("Trusted names was null, signalling PKIX resolver does not support trusted names resolution, " 
                     + "skipping trusted name evaluation");
            return true; 
         } else {



More information about the commits mailing list