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

Gavin King gavin.king at jboss.com
Sat Jul 21 01:41:37 EDT 2007


  User: gavin   
  Date: 07/07/21 01:41:37

  Modified:    src/main/org/jboss/seam/exception  DebugPageHandler.java
  Log:
  JBSEAM-1604
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/exception/DebugPageHandler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DebugPageHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/exception/DebugPageHandler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- DebugPageHandler.java	25 Jun 2007 22:56:49 -0000	1.1
  +++ DebugPageHandler.java	21 Jul 2007 05:41:37 -0000	1.2
  @@ -20,7 +20,7 @@
      @Override
      public void handle(Exception e) throws Exception
      {
  -      log.error("redirecting to debug page", e);
  +      log.debug("redirecting to debug page", e); //no need to be noisy, ExceptionFilter already logs it
         org.jboss.seam.faces.Redirect redirect = org.jboss.seam.faces.Redirect.instance();
         redirect.setViewId("/debug.xhtml");
         FacesManager manager = FacesManager.instance();
  
  
  



More information about the jboss-cvs-commits mailing list