IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25579


Ignore:
Timestamp:
Sep 25, 2009, 6:00:56 PM (17 years ago)
Author:
bills
Message:

minor error message change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsproductls

    r25578 r25579  
    5959
    6060print "# uri fileset datetime type\n";
     61my $num = 0;
    6162foreach my $fs (@$data) {
     63    $num++;
    6264    if (!defined $fs->uri) {
    63         print STDERR "uri is not defined! skipping\n";
     65        # Somewhow we get here occasaionally I don't know why yet
     66        print STDERR "uri is not defined! skipping fs: $num\n";
    6467        next;
    6568    }
Note: See TracChangeset for help on using the changeset viewer.