Relative startup scripts

This commit is contained in:
Gobbo Alexandre
2022-03-07 10:17:38 +01:00
parent 3588c10d4e
commit 762f93f176
3 changed files with 36 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ public class PSSS extends Panel {
spFromEn.setValue(energy-150);
spToEn.setValue(energy+150);
} catch (Exception ex) {
getLogger().log(Level.WARNING, null, ex);
getLogger().warning("Error reading energy_machine");
}