You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bl...@apache.org on 2001/07/09 16:00:09 UTC

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/language/generator GeneratorSelector.java

bloritsch    01/07/09 07:00:09

  Modified:    src/org/apache/cocoon/components/language/generator Tag:
                        cocoon_20_branch GeneratorSelector.java
  Log:
  Don't log things that will cause alarm when it is normal use
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.1.1.2.5 +3 -3      xml-cocoon2/src/org/apache/cocoon/components/language/generator/GeneratorSelector.java
  
  Index: GeneratorSelector.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/components/language/generator/GeneratorSelector.java,v
  retrieving revision 1.1.1.1.2.4
  retrieving revision 1.1.1.1.2.5
  diff -u -r1.1.1.1.2.4 -r1.1.1.1.2.5
  --- GeneratorSelector.java	2001/07/07 19:07:48	1.1.1.1.2.4
  +++ GeneratorSelector.java	2001/07/09 14:00:05	1.1.1.1.2.5
  @@ -29,7 +29,7 @@
    * includes Sitemaps and XSP Pages
    *
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
  - * @version CVS $Revision: 1.1.1.1.2.4 $ $Date: 2001/07/07 19:07:48 $
  + * @version CVS $Revision: 1.1.1.1.2.5 $ $Date: 2001/07/09 14:00:05 $
    */
   public class GeneratorSelector extends ExcaliburComponentSelector implements Disposable {
   
  @@ -83,8 +83,8 @@
   
                   return (Component) handler.get();
               } catch (Exception ce) {
  -                getLogger().debug("Could not access component for hint: " + hint, ce);
  -                throw new ComponentException("Could not access component for hint: " + hint, ce);
  +                getLogger().debug("Could not access component for hint: " + hint);
  +                throw new ComponentException("Could not access component for hint: " + hint, null);
               }
           }
       }
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org