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:[EMAIL PROTECTED]";>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:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to