IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31874


Ignore:
Timestamp:
Jul 13, 2011, 2:34:09 PM (15 years ago)
Author:
rhenders
Message:

some extra log statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool/DayMetrics.pm

    r30919 r31874  
    168168        if ($haveLabelData) {
    169169            $labelTables{$label} = $table;
    170             if ($self->{verbose}) {print "- $label\n";}
     170            if ($self->{verbose}) {print " - $label\n";}
    171171        }
    172172    }
     
    184184
    185185    # survey table
     186    if ($self->{verbose}) {print " * creating survey table\n";}
    186187    $self->printSurveyTable();
    187188
    188189    # some summary plots
     190    if ($self->{verbose}) {print " * creating summary plots\n";}
    189191    $self->createSummaryPlots();
    190192
    191193    # magic mask plots
     194    if ($self->{verbose}) {print " * creating mask plots\n";}
    192195    $self->createMaskPlots($self->{day}, $self->{day});
    193196
Note: See TracChangeset for help on using the changeset viewer.