PredictUserContext *u= c->u;
DPRINTF(safety,predictseg," %s"
- " %c%s dist=%-4d until=%-4ld %c%c%c.%c (was %s%s..%d dist=%-4d)"
+ " %c%s dist=%-4d until=%-4ld %c%c%c.%c%c (was %s%s..%d dist=%-4d)"
" %c%c%c.%c%c%c%c elapsed=%ld la#%d"
" %s/%s %c%s >%s"
" nit=%d,%d\n",
"-V"[ t->seg->pred_vacated ],
"-p"[ t->seg->will_polarise ],
+ "-i"[ t->seg->seg_inverted ],
before && before->backwards?"-":"",
before ? before->seg->i->pname : "-",
/*----- commit to the plan -----*/
- DPRINTF(safety,predict," committing la#%d\n",
- u.lookahead);
+ DPRINTF(safety,predict," committing la#%d %c%c%c\n",
+ u.lookahead,
+ "-n"[ u.need_polarise ],
+ "-i"[ u.train_polarity_inverted ],
+ "-b"[ u.know_best_polarity ]);
tra->plan_lookahead_nsegs= u.lookahead;