Skip to content

Commit 2a33ccc

Browse files
committed
Retrace color inconsistent decision
1 parent 042cc2c commit 2a33ccc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/goto-symex/symex_goto.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,8 @@ void goto_symext::symex_goto_retrace(statet &state)
703703
// warn when not following unconditional goto
704704
if(new_guard.is_true() && !choose_goto)
705705
{
706-
log.warning() << "Retrace input inconsistent: 0/NEXT although guard is true!" << log.eom;
706+
log.warning() << "Retrace input \033[31minconsistent\033[0m: 0/NEXT although guard is true!"
707+
<< log.eom;
707708
}
708709
else if(new_guard.is_false() && choose_goto)
709710
{

0 commit comments

Comments
 (0)