Ignore:
Timestamp:
2009-02-05T10:06:24+13:00 (15 years ago)
Author:
davidb
Message:

Warning about file copying in event that a hard link operation is not supported altered to only appear if verbosity > 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugouts/DSpacePlugout.pm

    r17203 r18463  
    165165   
    166166    $filename = &util::filename_cat($working_dir, $tail_filename);
    167     &util::hard_link ($source_filename, $filename);
     167    &util::hard_link ($source_filename, $filename, $self->{'verbosity'});
    168168             
    169169    # set the assocfile path (even if we have no assoc files - need this for lucene)
     
    199199       
    200200       
    201         &util::hard_link ($real_filename, $filename);
     201        &util::hard_link ($real_filename, $filename, $self->{'verbosity'});
    202202       
    203203        $doc_obj->add_utf8_metadata ($doc_obj->get_top_section(),
Note: See TracChangeset for help on using the changeset viewer.