Changeset 41385 for trunk/tools/eam/rebalance/neb_check_reinsert.pl
- Timestamp:
- Jun 25, 2020, 1:37:44 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/tools/eam/rebalance/neb_check_reinsert.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rebalance/neb_check_reinsert.pl
r41383 r41385 108 108 109 109 unless (-e "$tgt_subdir/$movefile") { 110 print " MISSING FILE: $tgt_subdir/$movefile\n";110 print "ERROR : MISSING FILE: $tgt_subdir/$movefile\n"; 111 111 next; 112 112 } … … 114 114 # print "movefile: $movefile\n"; 115 115 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+)\..*|; 117 117 my $summary = "$tgt_subdir/$movefile"; 118 118
Note:
See TracChangeset
for help on using the changeset viewer.
