only: fix misprint
This commit is contained in:
parent
d1e8d15b8d
commit
0f0a433102
|
@ -240,9 +240,9 @@ public class ProgramSelector {
|
|||
rebootToOpenblt(parent, ecuPort, callbacks);
|
||||
|
||||
// invoking blocking method
|
||||
final boolean ecuPrtDisappeared = waitForEcuPortDisappeared(ecuPort, callbacks);
|
||||
final boolean ecuPortDisappeared = waitForEcuPortDisappeared(ecuPort, callbacks);
|
||||
|
||||
if (!ecuPrtDisappeared) {
|
||||
if (!ecuPortDisappeared) {
|
||||
callbacks.logLine("Looks like your ECU still haven't rebooted to OpenBLT");
|
||||
callbacks.logLine("");
|
||||
callbacks.logLine("Try closing and opening console again");
|
||||
|
|
Loading…
Reference in New Issue