(empty log message)
@@ -99,7 +99,7 @@ | ||
99 | 99 | String configPath = AlinousUtils.getAbsolutePath(alinousHome, ALINOUS_CONFIG); |
100 | 100 | File configFile = new File(configPath); |
101 | 101 | |
102 | - System.out.println("********** ********" + configPath); | |
102 | + System.out.println("Config file is : " + configPath); | |
103 | 103 | |
104 | 104 | if(!configFile.exists()){ |
105 | 105 | throw new ConfigException("alinous-config.xml does not exists."); // i18n |