Ok, big merge. here's the new xml-config stuff in action. There's a few
[mir.git] / source / mircoders / producer / Producer.java
index bb71894..d3e0553 100755 (executable)
@@ -18,7 +18,7 @@ abstract public class Producer {
   protected static String producerStorageRoot = MirConfig.getProp("Producer.StorageRoot");
        protected static String producerProductionHost = MirConfig.getProp("Producer.ProductionHost");
        protected static String producerOpenAction = MirConfig.getProp("Producer.OpenAction");;
-       protected static Logfile theLog = Logfile.getInstance(MirConfig.getProp("Home") + MirConfig.getProp("Producer.Logfile"));
+       protected static Logfile theLog = Logfile.getInstance("Producer");
        protected static ModuleTopics         topicsModule;
   protected static ModuleLinksImcs      linksImcsModule;
        protected static ModuleSchwerpunkt    schwerpunktModule;