--- ExcaliburComponentManager.java     Mon Oct 08 13:32:26 2001
+++ jakarta-avalon-excalibur\src\java\org\apache\avalon\excalibur\component\ExcaliburComponentManager.java   Mon Oct 08 13:32:15 2001
@@ -170,10 +170,10 @@
                 }
                 catch (Exception e)
                 {
-                    if (getLogger().isDebugEnabled())
+                    if (getLogger().isErrorEnabled())
                     {
-                        getLogger().debug( "Caught an exception trying to initialize " +
-                                           "of the component handler.", e );
+                        getLogger().error( "Caught an exception trying to initialize " +
+                                           "the component handler.", e );
                     }
                 }
