We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042cc2c commit 2a33cccCopy full SHA for 2a33ccc
src/goto-symex/symex_goto.cpp
@@ -703,7 +703,8 @@ void goto_symext::symex_goto_retrace(statet &state)
703
// warn when not following unconditional goto
704
if(new_guard.is_true() && !choose_goto)
705
{
706
- log.warning() << "Retrace input inconsistent: 0/NEXT although guard is true!" << log.eom;
+ log.warning() << "Retrace input \033[31minconsistent\033[0m: 0/NEXT although guard is true!"
707
+ << log.eom;
708
}
709
else if(new_guard.is_false() && choose_goto)
710
0 commit comments