Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
only display the error when failtrace is activated
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Dec 16, 2016
1 parent 21bd84f commit 8b0bf11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/FrontEnd/Static.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2351,6 +2351,7 @@ algorithm

case (_,_,e,_,pre,_)
equation
true = Flags.isSet(Flags.FAILTRACE);
Print.printErrorBuf("- Inst.elabGraphicsExp failed: ");
ps = PrefixUtil.printPrefixStr2(pre);
s = Dump.printExpStr(e);
Expand Down

0 comments on commit 8b0bf11

Please sign in to comment.