[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting ...

Tom Elrod tom.elrod at jboss.com
Tue Aug 8 23:37:57 EDT 2006


  User: telrod  
  Date: 06/08/08 23:37:57

  Modified:    src/main/org/jboss/remoting  ConnectionValidator.java
  Log:
  JBREM-570 - changed logging for when ping fails to server to be debug level instead of warn.
  
  Revision  Changes    Path
  1.12      +1 -1      JBossRemoting/src/main/org/jboss/remoting/ConnectionValidator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConnectionValidator.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/ConnectionValidator.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- ConnectionValidator.java	24 Jul 2006 05:23:54 -0000	1.11
  +++ ConnectionValidator.java	9 Aug 2006 03:37:57 -0000	1.12
  @@ -188,7 +188,7 @@
         }
         catch (Throwable throwable)
         {
  -         log.warn("ConnectionValidator could not successfully ping server (" + innerClientInvoker.getLocator());
  +         log.debug("ConnectionValidator could not successfully ping server (" + innerClientInvoker.getLocator());
         }
         finally
         {
  
  
  



More information about the jboss-cvs-commits mailing list