[jboss-remoting-commits] JBoss Remoting SVN: r4159 - 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:53 EDT 2008


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

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

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