Ignore:
Timestamp:
2008-06-23T12:13:46+12:00 (16 years ago)
Author:
kjdon
Message:

tried to make the 'xxxplugin processing file' print statements more consistent. They are now done in read (or read_into_doc_obj) and not process

File:
1 edited

Legend:

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

    r16019 r16104  
    9494    }
    9595    my $outhandle = $self->{'outhandle'};
    96     if ($gli) {
    97     print STDERR "<Processing n='$file' p='LaTeXPlugin'>\n";
    98     } elsif ($self->{'verbosity'} > 1) {
    99     print $outhandle "LaTeXPlugin: processing $file\n"
    100     }
     96
    10197    my $cursection = $doc_obj->get_top_section();
    10298
Note: See TracChangeset for help on using the changeset viewer.