IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16582


Ignore:
Timestamp:
Feb 21, 2008, 3:50:43 PM (18 years ago)
Author:
jhoblitt
Message:

add more verbose info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsleech

    r14883 r16582  
    33# Copyright (C) 2006  Joshua Hoblitt
    44#
    5 # $Id: dsleech,v 1.8 2007-09-18 19:29:51 bills Exp $
     5# $Id: dsleech,v 1.9 2008-02-22 01:50:43 jhoblitt Exp $
    66
    77use strict;
     
    7272}
    7373
     74print "@$filesets filesets found\n" if $verbose;
     75
    7476process_filesets($filesets, $dir, $overwrite, $verbose) or die "failed to process filesets";
    7577
     
    8991    my ($filsets, $dir, $overwrite, $verbose) = @_;
    9092
     93    my $n = 0;
    9194    foreach my $fileset (@$filesets) {
     95        $n++;
     96        print "processing fileset: $fileset->fileset $n/@$filesets\n" if $verbose;
     97
    9298        my $response = $fileset->request;
    9399        unless (defined $response->is_success) {
Note: See TracChangeset for help on using the changeset viewer.