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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri May 9 19:53:00 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-05-09 19:53:00 -0400 (Fri, 09 May 2008)
New Revision: 4158

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

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslbisocket/SSLBisocketClientInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslbisocket/SSLBisocketClientInvoker.java	2008-05-09 23:52:07 UTC (rev 4157)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslbisocket/SSLBisocketClientInvoker.java	2008-05-09 23:53:00 UTC (rev 4158)
@@ -144,7 +144,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