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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri May 9 19:54:42 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-05-09 19:54:42 -0400 (Fri, 09 May 2008)
New Revision: 4160

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.java
Log:
JBREM-976: Reduced logging noise.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.java	2008-05-09 23:53:53 UTC (rev 4159)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.java	2008-05-09 23:54:42 UTC (rev 4160)
@@ -145,7 +145,8 @@
       }
       catch (Exception e)
       {
-         log.error("Error creating SSL Socket Factory for client invoker.", e);
+         log.error("Error creating SSL Socket Factory for client invoker: " + e.getMessage());
+         log.debug("Error creating SSL Socket Factory for client invoker.", e);
       }
 
       if (wrapper != null)




More information about the jboss-remoting-commits mailing list