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

Ron Sigal ron_sigal at yahoo.com
Tue Jun 19 02:05:21 EDT 2007


  User: rsigal  
  Date: 07/06/19 02:05:21

  Modified:    src/main/org/jboss/remoting  Tag: remoting_2_x Client.java
  Log:
  JBREM-757:  Removed log.info() left in by mistake.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.53.2.34 +2 -2      JBossRemoting/src/main/org/jboss/remoting/Client.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Client.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/Client.java,v
  retrieving revision 1.53.2.33
  retrieving revision 1.53.2.34
  diff -u -b -r1.53.2.33 -r1.53.2.34
  --- Client.java	19 Jun 2007 06:04:29 -0000	1.53.2.33
  +++ Client.java	19 Jun 2007 06:05:21 -0000	1.53.2.34
  @@ -68,7 +68,7 @@
    * @author <a href="mailto:telrod at e2technologies.net">Tom Elrod</a>
    * @author <a href="mailto:ovidiu at jboss.org">Ovidiu Feodorov</a>
    *
  - * @version $Revision: 1.53.2.33 $
  + * @version $Revision: 1.53.2.34 $
    */
   public class Client implements Externalizable
   {
  @@ -1164,7 +1164,7 @@
               {
                  if (e.getCause() != null && e.getCause() instanceof SocketTimeoutException)
                  {
  -                  if (log.isTraceEnabled()) log.info(this + ": getCallbacks() timed out: returning empty list");
  +                  if (log.isTraceEnabled()) log.trace(this + ": getCallbacks() timed out: returning empty list");
                     return new ArrayList();
                  }
                  throw e;
  
  
  



More information about the jboss-cvs-commits mailing list