small bugfixx at comment-module
[mir.git] / source / mircoders / module / ModuleBreaking.java
index c3ca9d4..e00d295 100755 (executable)
@@ -34,7 +34,7 @@ public class ModuleBreaking extends AbstractModule
 
        public ModuleBreaking (StorageObject theStorage)
        {
-               if (theLog == null) theLog = Logfile.getInstance(Configuration.getProperty("Home") + Configuration.getProperty("Module.Breaking.Logfile"));
+               if (theLog == null) theLog = Logfile.getInstance(this.getClass().getName());
                if (theStorage == null) theLog.printWarning("ModuleBreaking -- StorageObject was null!");
                this.theStorage = theStorage;
        }