yet another rewrite of the producers...
[mir.git] / source / Mir.java
index 77412c0..c70f42a 100755 (executable)
@@ -327,6 +327,7 @@ public class Mir extends AbstractServlet {
             HTMLTemplateProcessor.process(res, startTemplate, mergeData, out, getLocale(req));
         }
         catch (Exception e) {
+            e.printStackTrace(System.out);
             handleError(req, res, out, "error while trying to send startpage. " + e.toString());
         }
     }