Changeset 3402 for trunk/gsdl/perllib


Ignore:
Timestamp:
2002-08-26T16:26:56+12:00 (22 years ago)
Author:
sjboddie
Message:

import.pl now tells user where the fail.log lives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugin.pm

    r2797 r3402  
    117117# are only output after import.pl -
    118118sub write_stats {
    119     my ($pluginfo, $statshandle) = @_;
     119    my ($pluginfo, $statshandle, $faillog) = @_;
    120120
    121121    foreach $plugobj (@$pluginfo) {
     
    148148        print $statshandle "* " . $stats->{'num_not_processed'} . " were rejected.";
    149149    }
    150     print $statshandle " See the fail log for a list of rejected documents\n";
     150    print $statshandle " See $faillog for a list of rejected documents\n";
    151151    }
    152152}
Note: See TracChangeset for help on using the changeset viewer.