Index: src/rats.c =================================================================== --- src/rats.c (revision 63) +++ src/rats.c (revision 64) @@ -540,7 +540,7 @@ s = lut_by_gid[solution[i]]; printf("%d %p", solution[i], s); if (s != NULL) { - SET_FLAG (FOUNDFLAG, s->to); + SET_FLAG (WARNFLAG, s->to); printf(" -> %d", s->to->ID); } printf("\n");