Skip to content
Snippets Groups Projects
Commit 7ca58084 authored by Jens Bendisposto's avatar Jens Bendisposto
Browse files

Improved Error Message (PROBPLUGIN-75)

parent f7ffbfcb
Branches
Tags
No related merge requests found
......@@ -114,7 +114,7 @@ public class ModelTranslator extends AbstractComponentTranslator {
public AEventBModelParseUnit getModelAST() {
if (broken) {
final String message = "The machine contains Rodin Problems. Please fix it before animating";
final String message = "The machine contains Rodin Problems. ProB will continue, but you may observe unexpected behaviour";
Logger.notifyUserWithoutBugreport(message);
return model;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment