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

    r16019 r16104  
    104104    my ($textref, $pluginfo, $base_dir, $file, $metadata, $doc_obj, $gli) = @_;
    105105    my $outhandle = $self->{'outhandle'};
    106    
    107     print STDERR "<Processing n='$file' p='SourceCodePlugin'>\n" if ($gli);
    108     print $outhandle "SourceCodePlugin: processing $file\n"
    109     if $self->{'verbosity'} > 1;
    110106   
    111107    my $cursection = $doc_obj->get_top_section();
Note: See TracChangeset for help on using the changeset viewer.