mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-07 18:25:14 +00:00
Better error message when aborting simulation
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user