X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fmircoders%2Fmodule%2FModuleBreaking.java;h=e00d295c5352985cce2aae33c9e005e851c85a94;hb=fe2f45c4b11b31b45f13f3abaab8c5ba0363d345;hp=c3ca9d4b6c774fcb63ce4e011f04372658372717;hpb=3b0db5130c4d3de15a7ef9d5a23bead0eaea8d8d;p=mir.git diff --git a/source/mircoders/module/ModuleBreaking.java b/source/mircoders/module/ModuleBreaking.java index c3ca9d4b..e00d295c 100755 --- a/source/mircoders/module/ModuleBreaking.java +++ b/source/mircoders/module/ModuleBreaking.java @@ -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; }