auto-sync
This commit is contained in:
parent
83c6ac110b
commit
8a4bc98066
|
@ -32,7 +32,7 @@ import static com.rusefi.ui.storage.PersistentConfiguration.getConfig;
|
|||
* @see com.rusefi.StartupFrame
|
||||
*/
|
||||
public class Launcher {
|
||||
public static final int CONSOLE_VERSION = 20150408;
|
||||
public static final int CONSOLE_VERSION = 20150413;
|
||||
public static final boolean SHOW_STIMULATOR = false;
|
||||
private static final String TAB_INDEX = "main_tab";
|
||||
protected static final String PORT_KEY = "port";
|
||||
|
|
|
@ -25,7 +25,7 @@ public class PersistentConfiguration {
|
|||
config = (Map<String, Object>) e.readObject();
|
||||
e.close();
|
||||
} catch (Throwable e) {
|
||||
FileLog.MAIN.logLine("Error reading from " + CONFIG_FILE_NAME);
|
||||
FileLog.MAIN.logLine("Console configuration not found " + CONFIG_FILE_NAME + ", using defaults");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue