phash: Tell the user when the graph is OK

Tell the user when the graph is OK, so that we don't get quite so much of
"a list of errors followed by a long pause."
This commit is contained in:
H. Peter Anvin 2007-09-12 16:55:57 +00:00
parent 3100e6cb63
commit ff6e9b4699

View file

@ -120,8 +120,8 @@ sub gen_hash_n($$$) {
print STDERR "Graph is cyclic\n";
return;
}
# print STDERR "Graph:\n$gr\n";
print STDERR "Graph OK, computing vertices...\n";
# Now we need to assign values to each vertex, so that for each
# edge, the sum of the values for the two vertices give the value