rulegen3:: improved debug

This commit is contained in:
Zeno Rogue 2022-08-14 19:26:36 +02:00
parent 16cdaa5a00
commit 35bd625a87
1 changed files with 1 additions and 1 deletions

View File

@ -1159,7 +1159,7 @@ EX void test_transducers() {
}
if(changes) {
println(hlog, "changes = ", changes);
println(hlog, "changes = ", changes, " with ", isize(autom), " states");
goto next_iteration;
}