}
if ($is_fast_heading) {
- # Update record after potentially removing a bogus
- # fast heading above.
- update_record($record, $marc) if $changed;
-
# We don't control fast headings, so there's nothing
- # left to do. Move on to the next field...
+ # elst to do. Move on to the next field...
$KU->announce('DEBUG',
"No linking performed on FAST heading ".
"field on rec=$rec_id and tag=$c_tag");
next;
}
- $KU->announce('INFO', "Match query returned @$validates");
+ $KU->announce('INFO', "Match query returned auth rec(s): @$validates");
# No matches found. Nothing left to do for this field.
next if scalar(@$validates) == 0;