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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Wed Feb 27 01:17:19 EST 2008


Author: ron.sigal at jboss.com
Date: 2008-02-27 01:17:17 -0500 (Wed, 27 Feb 2008)
New Revision: 3521

Modified:
   remoting2/branches/2.2/src/main/org/jboss/remoting/transport/http/ssl/HTTPSClientInvoker.java
Log:
JBREM-912: Reduced logging of SSLSocketBuilder exception to WARN.

Modified: remoting2/branches/2.2/src/main/org/jboss/remoting/transport/http/ssl/HTTPSClientInvoker.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/transport/http/ssl/HTTPSClientInvoker.java	2008-02-26 21:02:40 UTC (rev 3520)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/transport/http/ssl/HTTPSClientInvoker.java	2008-02-27 06:17:17 UTC (rev 3521)
@@ -141,8 +141,8 @@
       }
       catch (Exception e)
       {
-         log.error("Error creating SSL Socket Factory for client invoker: " + e.getMessage());
-         log.debug("Error creating SSL Socket Factory for client invoker.", e);
+         log.warn("Unable to create SSL Socket Factory for client invoker: " + e.getMessage());
+         log.debug("Unable to create SSL Socket Factory for client invoker.", e);
 
       }
 




More information about the jboss-remoting-commits mailing list