[jboss-remoting-commits] JBoss Remoting SVN: r3626 - remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslrmi.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Mar 13 00:59:32 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-03-13 00:59:32 -0400 (Thu, 13 Mar 2008)
New Revision: 3626

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslrmi/SerializableSSLClientSocketFactory.java
Log:
JBREM-826: Removed some log.error() calls.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslrmi/SerializableSSLClientSocketFactory.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslrmi/SerializableSSLClientSocketFactory.java	2008-03-13 04:59:19 UTC (rev 3625)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslrmi/SerializableSSLClientSocketFactory.java	2008-03-13 04:59:32 UTC (rev 3626)
@@ -122,7 +122,7 @@
          }
          catch (IOException e)
          {
-            log.error(e);
+            log.debug(e);
             throw new RuntimeException("Unable to create customized SSL socket factory", e);
          }
       }




More information about the jboss-remoting-commits mailing list