X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fmircoders%2Fmodule%2FModuleSchwerpunkt.java;h=e867cd10198353cdf6e8022ce95d5642a6e57445;hb=86b6f499b413c722acc895346ac5186405b0c44c;hp=4bcfc8d58a2be40e7ca06512c50ce8f246066b14;hpb=3a661e8f0f659ab5ed2ac0e4d982ac0b398d11f1;p=mir.git diff --git a/source/mircoders/module/ModuleSchwerpunkt.java b/source/mircoders/module/ModuleSchwerpunkt.java index 4bcfc8d5..e867cd10 100755 --- a/source/mircoders/module/ModuleSchwerpunkt.java +++ b/source/mircoders/module/ModuleSchwerpunkt.java @@ -33,7 +33,7 @@ public class ModuleSchwerpunkt extends AbstractModule this.theStorage = theStorage; if (theLog == null) - theLog = Logfile.getInstance(Configuration.getProperty("Home") + Configuration.getProperty("Module.Schwerpunkt.Logfile")); + theLog = Logfile.getInstance(MirConfig.getProp("Home") + MirConfig.getProp("Module.Schwerpunkt.Logfile")); }