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/basebuildproc.pm

    r18456 r18463  
    782782        $afile = &util::filename_cat($self->{'assocdir'}, $archivedir, $assoc_file->[1]);
    783783    }
    784     &util::hard_link ($assoc_file->[0], $afile);
    785     }
    786 }
    787 
     784    &util::hard_link ($assoc_file->[0], $afile, $self->{'verbosity'});
     785    }
     786}
     787
Note: See TracChangeset for help on using the changeset viewer.