Ignore:
Timestamp:
2010-12-14T15:24:37+13:00 (13 years ago)
Author:
ak19
Message:

Further improvements by Dr Bainbridge to pretty-printing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/ReadTextFile.pm

    r23387 r23484  
    122122    # should we move this to read? What about secondary plugins?
    123123    print STDERR "<Processing n='$file' p='$self->{'plugin_type'}'>\n" if ($gli);
    124     my $pp_file = &util::prettyprint_file($base_dir,$file);
     124    my $pp_file = &util::prettyprint_file($base_dir,$file,$gli);
    125125    print $outhandle "$self->{'plugin_type'} processing $pp_file\n"
    126126        if $self->{'verbosity'} > 1;
Note: See TracChangeset for help on using the changeset viewer.