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

    r15872 r16104  
    8585    my ($textref, $pluginfo, $base_dir, $file, $metadata, $doc_obj, $gli) = @_;
    8686    my $outhandle = $self->{'outhandle'};
    87 
    88     print STDERR "<Processing n='$file' p='TextPlugin'>\n" if ($gli);
    89     print $outhandle "TextPlugin xx: processing $file\n"
    90     if $self->{'verbosity'} > 1;
    9187   
    9288    my $cursection = $doc_obj->get_top_section();
Note: See TracChangeset for help on using the changeset viewer.