mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-25 10:29:00 +00:00
Better error message when aborting simulation
This commit is contained in:
parent
6cbe94b7e9
commit
4dcc3ba7fa
@ -959,7 +959,7 @@ public class Cooja extends Observable {
|
||||
menuItem.setEnabled(false);
|
||||
}
|
||||
} else if (pluginType == PluginType.MOTE_PLUGIN) {
|
||||
tooltip += "Mote plugin: ";
|
||||
tooltip += "Mote plugin: ";
|
||||
}
|
||||
tooltip += description + " (" + newPluginClass.getName() + ")";
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user