cosmetical
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Mon, 25 Jul 2011 17:27:51 +0200
changeset 14 73b95264a70c
parent 13 b767ab4b0888
child 15 f218b05f1da4
cosmetical
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 {