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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri May 9 19:52:07 EDT 2008


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

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

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/ssl/HTTPSClientInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/ssl/HTTPSClientInvoker.java	2008-05-09 23:39:25 UTC (rev 4156)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/ssl/HTTPSClientInvoker.java	2008-05-09 23:52:07 UTC (rev 4157)
@@ -143,7 +143,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