Ok, big merge. here's the new xml-config stuff in action. There's a few
[mir.git] / source / mircoders / module / ModuleMessage.java
index e8f00e0..0394a01 100755 (executable)
@@ -37,7 +37,7 @@ public class ModuleMessage extends AbstractModule
        public ModuleMessage (StorageObject theStorage)
        {
 
-               if (theLog == null) theLog = Logfile.getInstance(MirConfig.getProp("Home") + MirConfig.getProp("Module.Messages.Logfile"));
+               if (theLog == null) theLog = Logfile.getInstance(this.getClass().getName());
                if (theStorage == null) theLog.printWarning("ModuleMessage -- StorageObject was null!");
 
                this.theStorage = theStorage;