You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2003/05/09 13:02:48 UTC

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/services BaseServiceBroker.java

henning     2003/05/09 04:02:47

  Modified:    src/java/org/apache/turbine/services BaseServiceBroker.java
  Log:
  report some ignored exceptions in debugging mode.
  
  Revision  Changes    Path
  1.16      +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/services/BaseServiceBroker.java
  
  Index: BaseServiceBroker.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/BaseServiceBroker.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- BaseServiceBroker.java	7 Apr 2003 15:35:36 -0000	1.15
  +++ BaseServiceBroker.java	9 May 2003 11:02:47 -0000	1.16
  @@ -336,9 +336,11 @@
           }
           catch (InstantiationException notThrown)
           {
  +            log.debug("Caught non fatal exception", notThrown);
           }
           catch (InitializationException notThrown)
           {
  +            log.debug("Caught non fatal exception", notThrown);
           }
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org