Changeset 18523


Ignore:
Timestamp:
2009-02-16T11:55:51+13:00 (15 years ago)
Author:
davidb
Message:

File-block pass now prints out message for each directory processed. Might be over-kill in the amount of message printed to the command file, but at this stage it is considered better than the import.pl just sitting there seemingly doing nothing when run on a large collections. If output eventually considered too much, could shift to system of printint out a '.' for every 50 or so files/directories processed, as is done when converting video files by VideoPlugin

File:
1 edited

Legend:

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

    r18469 r18523  
    281281    return $directory_ok unless (defined $directory_ok && $directory_ok == 1);
    282282
     283    print $outhandle "Global file scan checking directory: $dirname\n";
     284
    283285    $block_hash->{'all_files'} = {} unless defined $block_hash->{'all_files'};
    284286
Note: See TracChangeset for help on using the changeset viewer.