IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 25, 2020, 1:37:44 PM (6 years ago)
Author:
eugene
Message:

some updates to errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rebalance/neb_check_reinsert.pl

    r41383 r41385  
    108108
    109109    unless (-e "$tgt_subdir/$movefile") {
    110         print "MISSING FILE: $tgt_subdir/$movefile\n";
     110        print "ERROR : MISSING FILE: $tgt_subdir/$movefile\n";
    111111        next;
    112112    }
     
    114114    # print "movefile: $movefile\n";
    115115
    116     my ($ins_id) = $movefile =~ m|[0-9a-fA-F][0-9a-fA-F]/(\d+)\..*|;
     116    my ($ins_id) = $movefile =~ m|^[0-9a-fA-F][0-9a-fA-F]/(\d+)\..*|;
    117117    my $summary = "$tgt_subdir/$movefile";
    118118
Note: See TracChangeset for help on using the changeset viewer.