Ignore:
Timestamp:
2008-08-22T15:11:27+12:00 (16 years ago)
Author:
kjdon
Message:

changed an output statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/MARCPlugin.pm

    r16697 r16970  
    107107    $self->{'metadata_mapping'} = undef;
    108108    $self->{'type'} = "";
    109    
    110109    return bless $self, $class;
    111110}
     
    123122    # read in the metadata mapping files
    124123    my $mm_files = &util::locate_config_files($self->{'metadata_mapping_file'});
    125 
    126124    if (scalar(@$mm_files)==0)
    127125    {
     
    195193    {
    196194    # print a warning
    197     print $outhandle "MARCPlugin: no metadata file! Can't extract metadata from $filename\n";
     195    print $outhandle "MARCPlugin: no metadata mapping file! Can't extract metadata from $filename\n";
    198196    }
    199197
Note: See TracChangeset for help on using the changeset viewer.