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

    r15871 r16104  
    207207    return 0; # not processed but no point in passing it on
    208208    }
     209
     210    print STDERR "<Processing n='$file' p='$self->{'plugin_type'}'>\n" if ($gli);
     211    print $outhandle "$self->{'plugin_type'} processing $file\n"
     212        if $self->{'verbosity'} > 1;   
    209213
    210214    my $language = $le_rec->{'language'};
     
    252256
    253257    # do plugin specific processing of doc_obj
    254     print $outhandle "segment $segment - " if ($self->{'verbosity'});
     258    print $outhandle "segment $segment\n" if ($self->{'verbosity'});
    255259    $status = $self->process (\$segtext, $pluginfo, $base_dir, $file, $metadata, $doc_obj, $gli);
    256260    if (!defined $status) {
Note: See TracChangeset for help on using the changeset viewer.