Ok, big merge. here's the new xml-config stuff in action. There's a few
[mir.git] / source / mir / misc / HTMLTemplateProcessor.java
index bbbe722..ef15a58 100755 (executable)
@@ -43,8 +43,8 @@ public final class HTMLTemplateProcessor {
     templateCache = new FileTemplateCache(templateDir);
     templateCache.setLoadingPolicy(templateCache.LOAD_ON_DEMAND);
     templateCache.startAutoUpdate();
-    theLog = Logfile.getInstance(MirConfig.getPropWithHome("HTMLTemplateProcessor.Logfile"));
     docRoot = MirConfig.getProp("RootUri");
+    theLog=Logfile.getInstance("HTMLTemplateProcessor");
     //the quick hack is back in effect as it was more broken than ever before
     // -mh
     // sorry: nadir back in town, i have to debug the mirbase.jar in the
@@ -67,7 +67,7 @@ public final class HTMLTemplateProcessor {
   /**
    * empty private constructor, to avoid instantiation
    */
-  private HTMLTemplateProcessor () }
+  private HTMLTemplateProcessor ()  {}
 
 
   // process-methods to merge different datastructures