only:minor logging improvement
This commit is contained in:
parent
e0c611ebbf
commit
d1577bbf07
|
@ -150,7 +150,7 @@ public class ConsoleUI {
|
||||||
tabbedPane.addTab("Connection", new ConnectionTab(uiContext).getContent());
|
tabbedPane.addTab("Connection", new ConnectionTab(uiContext).getContent());
|
||||||
|
|
||||||
if (false) {
|
if (false) {
|
||||||
// this feature is not totally happy safer to disabke to reduce user confusion
|
// this feature is not totally happy safer to disable to reduce user confusion
|
||||||
// https://github.com/rusefi/rusefi/issues/5292
|
// https://github.com/rusefi/rusefi/issues/5292
|
||||||
uiContext.sensorLogger.init();
|
uiContext.sensorLogger.init();
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,7 @@ import static com.rusefi.core.preferences.storage.PersistentConfiguration.getCon
|
||||||
* 8/10/14
|
* 8/10/14
|
||||||
*/
|
*/
|
||||||
public class VersionChecker {
|
public class VersionChecker {
|
||||||
private static final Logging log = getLogging(ConsoleUI.class);
|
private static final Logging log = getLogging(VersionChecker.class);
|
||||||
private static final String JAVA_CONSOLE_TAG = "java_console";
|
private static final String JAVA_CONSOLE_TAG = "java_console";
|
||||||
private static final String FIRMWARE_TAG = "firmware";
|
private static final String FIRMWARE_TAG = "firmware";
|
||||||
private static final String VERSIONS_URL = "https://rusefi.com/console/versions.txt";
|
private static final String VERSIONS_URL = "https://rusefi.com/console/versions.txt";
|
||||||
|
|
Loading…
Reference in New Issue