Ok, big merge. here's the new xml-config stuff in action. There's a few
[mir.git] / source / mircoders / module / ModuleImages.java
index 500887e..e5c37a5 100755 (executable)
@@ -24,7 +24,7 @@ public class ModuleImages extends AbstractModule {
 
        public ModuleImages(StorageObject theStorage) {
 
-               if (theLog == null) theLog = Logfile.getInstance(Configuration.getProperty("Home")+Configuration.getProperty("Module.Bilder.Logfile"));
+               if (theLog == null) theLog = Logfile.getInstance(this.getClass().getName());
                if (theStorage == null) theLog.printWarning("StorageObject was null!");
                this.theStorage = theStorage;