bloritsch 01/07/09 07:03:22
Modified: src/org/apache/cocoon/components/language/generator
GeneratorSelector.java
Log:
Don't log things that will cause alarm when it is normal use
Revision Changes Path
1.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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- GeneratorSelector.java 2001/07/07 11:43:13 1.4
+++ GeneratorSelector.java 2001/07/09 14:03:19 1.5
@@ -29,7 +29,7 @@
* includes Sitemaps and XSP Pages
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
- * @version CVS $Revision: 1.4 $ $Date: 2001/07/07 11:43:13 $
+ * @version CVS $Revision: 1.5 $ $Date: 2001/07/09 14:03:19 $
*/
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]