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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Mar 13 00:58:09 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-03-13 00:58:08 -0400 (Thu, 13 Mar 2008)
New Revision: 3621

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

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.java	2008-03-13 04:57:51 UTC (rev 3620)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.java	2008-03-13 04:58:08 UTC (rev 3621)
@@ -308,7 +308,7 @@
       }
       catch (Throwable t)
       {
-         log.error("unable to get secondary locator", t);
+         log.debug("unable to get secondary locator", t);
          throw new IOException("unable to get secondary locator: " + t.getMessage());
       }
       
@@ -387,7 +387,7 @@
 
       if (socket == null)
       {
-         log.error("unable to create control connection after "
+         log.debug("unable to create control connection after "
                    + socketCreationRetries + " retries", savedException);
          throw savedException;
       }




More information about the jboss-remoting-commits mailing list