# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1311607671 -7200 # Node ID 73b95264a70ced7387c5aec41523e6d54204a9f0 # Parent b767ab4b08886aa7ef77c566061b2c784b75f018 cosmetical 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 {