only:minor logging improvement

This commit is contained in:
rusefillc 2023-12-06 09:19:11 -05:00
parent e0c611ebbf
commit d1577bbf07
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ public class ConsoleUI {
tabbedPane.addTab("Connection", new ConnectionTab(uiContext).getContent());
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
uiContext.sensorLogger.init();
}

View File

@ -27,7 +27,7 @@ import static com.rusefi.core.preferences.storage.PersistentConfiguration.getCon
* 8/10/14
*/
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 FIRMWARE_TAG = "firmware";
private static final String VERSIONS_URL = "https://rusefi.com/console/versions.txt";