Skip to content

Commit

Permalink
- fix failtrace message for function statementOutputs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Jun 29, 2013
1 parent 4b34f64 commit 5b3ada2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/CheckModel.mo
Expand Up @@ -496,7 +496,7 @@ algorithm
case(_, _)
equation
str = DAEDump.ppStatementStr(inStatement);
Debug.fprintln(Flags.FAILTRACE, "- BackendDAECreate.statementOutputs failed for " +& str +& "\n");
Debug.fprintln(Flags.FAILTRACE, "- CheckModel.statementOutputs failed for " +& str +& "\n");
then
fail();
end matchcontinue;
Expand Down

0 comments on commit 5b3ada2

Please sign in to comment.