Ok, big merge. here's the new xml-config stuff in action. There's a few
[mir.git] / source / mircoders / input / XmlInputParser.java
index 696c667..14cc087 100755 (executable)
@@ -41,7 +41,7 @@ public class XmlInputParser {
     if (!logDir.exists()) {
       logDir.mkdir();
     }
-    logger = Logfile.getInstance(args[0] + "LOG/xml.log");
+    logger = Logfile.getInstance("Inputlog");
     XmlInputParser xmlInputParser = new XmlInputParser();
     //get the config-file
     /* Commented out for now since it seems unused and need more