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