Better error message when aborting simulation
This commit is contained in:
parent
6cbe94b7e9
commit
4dcc3ba7fa
|
@ -3279,7 +3279,7 @@ public class Cooja extends Observable {
|
|||
System.exit(1);
|
||||
}
|
||||
} else {
|
||||
logger.fatal("No test editor controlling simulation, aborting");
|
||||
logger.fatal("No plugin controlling simulation, aborting");
|
||||
System.exit(1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue