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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Mar 13 00:55:16 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-03-13 00:55:16 -0400 (Thu, 13 Mar 2008)
New Revision: 3613

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

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/ConnectionValidator.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/ConnectionValidator.java	2008-03-13 04:54:53 UTC (rev 3612)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/ConnectionValidator.java	2008-03-13 04:55:16 UTC (rev 3613)
@@ -471,7 +471,7 @@
       }
       catch (Exception e)
       {
-         log.error("Unable to create client invoker for locator: " + locator);
+         log.debug("Unable to create client invoker for locator: " + locator);
          throw new RuntimeException("Unable to create client invoker for locator: " + locator, e);
       }
 




More information about the jboss-remoting-commits mailing list