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

    r15872 r16104  
    143143    my @csv_file_fields = @{$self->{'csv_file_fields'}};
    144144
    145     # Report that we're processing the file
    146     print STDERR "\n<Processing n='$file' p='CSVPlugin'>\n" if ($gli);
    147     print $outhandle "CSVPlugin: processing $file\n" if ($self->{'verbosity'}) > 1;
    148 
    149145    # Add the raw line as the document text
    150146    $doc_obj->add_utf8_text($section, $csv_line);
Note: See TracChangeset for help on using the changeset viewer.