[jboss-cvs] jboss-seam/src/main/org/jboss/seam/web ...

Gavin King gavin.king at jboss.com
Thu Jul 19 05:30:58 EDT 2007


  User: gavin   
  Date: 07/07/19 05:30:58

  Modified:    src/main/org/jboss/seam/web  ExceptionFilter.java
  Log:
  log right exception
  
  Revision  Changes    Path
  1.23      +1 -1      jboss-seam/src/main/org/jboss/seam/web/ExceptionFilter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ExceptionFilter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/web/ExceptionFilter.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- ExceptionFilter.java	17 Jul 2007 13:08:58 -0000	1.22
  +++ ExceptionFilter.java	19 Jul 2007 09:30:57 -0000	1.23
  @@ -127,7 +127,7 @@
            }
            catch (Exception ere)
            {
  -            log.error("could not destroy contexts", e);
  +            log.error("could not destroy contexts", ere);
            }
         }
      }
  
  
  



More information about the jboss-cvs-commits mailing list