diff -r b767ab4b0888 -r 73b95264a70c checker --- a/checker Mon Jul 25 17:23:49 2011 +0200 +++ b/checker Mon Jul 25 17:27:51 2011 +0200 @@ -82,7 +82,7 @@ my ($total, $done); verbose("# pass 1 - checking for unused blocks"); - verbose("# estimating file count"); + verbose("# pass 1 - estimating file count"); # calculate the number of files we expect find(sub { @@ -157,7 +157,7 @@ my $total = grep { $_ ne "" } keys(%block); my $done = 0; - verbose("# pass 2 - check image completness"); + verbose("# pass 2 - checking image completeness"); # progress local $SIG{ALRM} = sub {