You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by we...@apache.org on 2005/09/22 16:51:09 UTC

svn commit: r290954 - /webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/CryptoFactory.java

Author: werner
Date: Thu Sep 22 07:51:06 2005
New Revision: 290954

URL: http://svn.apache.org/viewcvs?rev=290954&view=rev
Log:
Modify a INFO message to DEBUG

Modified:
    webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/CryptoFactory.java

Modified: webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/CryptoFactory.java
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/CryptoFactory.java?rev=290954&r1=290953&r2=290954&view=diff
==============================================================================
--- webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/CryptoFactory.java (original)
+++ webservices/wss4j/trunk/src/org/apache/ws/security/components/crypto/CryptoFactory.java Thu Sep 22 07:51:06 2005
@@ -110,7 +110,7 @@
         } catch (ClassNotFoundException e) {
             throw new RuntimeException(cryptoClassName + " Not Found");
         }
-        log.info("Using Crypto Engine [" + cryptoClassName + "]");
+        log.debug("Using Crypto Engine [" + cryptoClassName + "]");
         try {
             Class[] classes = new Class[]{Properties.class};
             Constructor c = cryptogenClass.getConstructor(classes);



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org