- anti-abuse features created
[mir.git] / source / mircoders / servlet / ServletModuleContent.java
index bb66674..7f4dccf 100755 (executable)
@@ -71,7 +71,7 @@ import freemarker.template.SimpleHash;
  *  ServletModuleContent -
  *  deliver html for the article admin form.
  *
- * @version $Id: ServletModuleContent.java,v 1.43 2003/03/09 19:14:21 idfx Exp $
+ * @version $Id: ServletModuleContent.java,v 1.44 2003/03/15 15:35:57 zapata Exp $
  * @author rk, mir-coders
  *
  */
@@ -95,8 +95,8 @@ public class ServletModuleContent extends ServletModule
 
       mainModule = new ModuleContent(DatabaseContent.getInstance());
     }
-    catch (StorageObjectFailure e) {
-      logger.error("servletmodulecontent konnte nicht initialisiert werden");
+    catch (Throwable e) {
+      logger.fatal("ServletModuleContent could not be initialized: " + e.toString());
     }
   }