[Matlab] Fix printing of error messages
This commit is contained in:
parent
97697e09e1
commit
8b64b6f4f7
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ void Application::Messages::addError(const std::string& r, const std::string& ms
|
|||
"Procedure: " + r +
|
||||
"\nError: " + msg + "\n");
|
||||
} else {
|
||||
errorMessage.push_back(msg);
|
||||
errorMessage.push_back(r);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue