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

Tom Elrod tom.elrod at jboss.com
Fri Aug 18 09:50:25 EDT 2006


  User: telrod  
  Date: 06/08/18 09:50:25

  Modified:    src/main/org/jboss/remoting/transport/multiplex 
                        MultiplexClientInvoker.java
  Log:
  JBREM-582 - removing calls to System.out.println and printStackTrace in core remoting code.
  
  Revision  Changes    Path
  1.42      +1 -1      JBossRemoting/src/main/org/jboss/remoting/transport/multiplex/MultiplexClientInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MultiplexClientInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/multiplex/MultiplexClientInvoker.java,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -b -r1.41 -r1.42
  --- MultiplexClientInvoker.java	18 Aug 2006 13:36:06 -0000	1.41
  +++ MultiplexClientInvoker.java	18 Aug 2006 13:50:25 -0000	1.42
  @@ -521,7 +521,7 @@
                  }
                  catch (Exception e)
                  {
  -                  e.printStackTrace();
  +                  log.error(e.getMessage(), e);
                  }
               }
   
  
  
  



More information about the jboss-cvs-commits mailing list