Index: trunk/tools/czartool/DayMetrics.pm
===================================================================
--- trunk/tools/czartool/DayMetrics.pm	(revision 30919)
+++ trunk/tools/czartool/DayMetrics.pm	(revision 31874)
@@ -168,5 +168,5 @@
         if ($haveLabelData) { 
             $labelTables{$label} = $table; 
-            if ($self->{verbose}) {print "- $label\n";}
+            if ($self->{verbose}) {print " - $label\n";}
         }
     }
@@ -184,10 +184,13 @@
 
     # survey table
+    if ($self->{verbose}) {print " * creating survey table\n";}
     $self->printSurveyTable();
 
     # some summary plots
+    if ($self->{verbose}) {print " * creating summary plots\n";}
     $self->createSummaryPlots();
 
     # magic mask plots
+    if ($self->{verbose}) {print " * creating mask plots\n";}
     $self->createMaskPlots($self->{day}, $self->{day});
 
