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