[jboss-remoting-commits] JBoss Remoting SVN: r3627 - 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
Thu Mar 13 00:59:47 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-03-13 00:59:47 -0400 (Thu, 13 Mar 2008)
New Revision: 3627

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.java
Log:
JBREM-826: Removed some log.error() calls.

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-03-13 04:59:32 UTC (rev 3626)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.java	2008-03-13 04:59:47 UTC (rev 3627)
@@ -60,7 +60,7 @@
       }
       catch (Exception ex)
       {
-         log.error("Error setting up ssl socket client invoker.", ex);
+         log.debug("Error setting up ssl socket client invoker.", ex);
          throw new RuntimeException(ex.getMessage());
       }
    }
@@ -74,7 +74,7 @@
       }
       catch (Exception ex)
       {
-         log.error("Error setting up ssl socket client invoker.", ex);
+         log.debug("Error setting up ssl socket client invoker.", ex);
          throw new RuntimeException(ex.getMessage());
       }
    }




More information about the jboss-remoting-commits mailing list