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

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