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


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

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

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-03-13 04:59:00 UTC (rev 3624)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslbisocket/SSLBisocketClientInvoker.java	2008-03-13 04:59:19 UTC (rev 3625)
@@ -61,7 +61,7 @@
       }
       catch (Exception ex)
       {
-         log.error("Error setting up ssl bisocket client invoker.", ex);
+         log.debug("Error setting up ssl bisocket client invoker.", ex);
          throw new RuntimeException(ex.getMessage());
       }
    }
@@ -75,7 +75,7 @@
       }
       catch (Exception ex)
       {
-         log.error("Error setting up ssl bisocket client invoker.", ex);
+         log.debug("Error setting up ssl bisocket client invoker.", ex);
          throw new RuntimeException(ex.getMessage());
       }
    }




More information about the jboss-remoting-commits mailing list