Ok, big merge. here's the new xml-config stuff in action. There's a few
[mir.git] / source / mircoders / module / ModuleLinksImcs.java
index b0d732a..e5e01c6 100755 (executable)
@@ -32,7 +32,7 @@ public class ModuleLinksImcs extends AbstractModule
     public ModuleLinksImcs(StorageObject theStorage) {
            this.theStorage = theStorage;
            if (theLog == null)
-             theLog = Logfile.getInstance(MirConfig.getProp("Home") + MirConfig.getProp("Module.LinksImcs.Logfile"));
+             theLog = Logfile.getInstance(this.getClass().getName());
     }
 
     public SimpleHash getLinksImcsAsSimpleHash() {