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

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


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

  Modified:    src/main/org/jboss/remoting/transport/http 
                        HTTPServerInvoker.java
  Log:
  JBREM-582 - removing calls to System.out.println and printStackTrace in core remoting code.
  
  Revision  Changes    Path
  1.27      +7 -8      JBossRemoting/src/main/org/jboss/remoting/transport/http/HTTPServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HTTPServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/http/HTTPServerInvoker.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- HTTPServerInvoker.java	5 Jul 2006 16:35:07 -0000	1.26
  +++ HTTPServerInvoker.java	18 Aug 2006 13:50:06 -0000	1.27
  @@ -392,7 +392,7 @@
            }
            catch(InterruptedException e)
            {
  -            e.printStackTrace();
  +            log.error(e.getMessage(), e);
            }
   
            try
  @@ -748,8 +748,7 @@
                     }
                     catch(HttpException e)
                     {
  -                     //TODO: -TME Exception handling
  -                     e.printStackTrace();
  +                     log.error(e.getMessage(), e);
                     }
                  }
               }
  
  
  



More information about the jboss-cvs-commits mailing list