Ignore:
Timestamp:
2005-03-18T14:10:58+13:00 (19 years ago)
Author:
kjdon
Message:

ConvertToPlug now accepts the gli arg in read() and passes it in process(), and all the convert plugins now print a processing message for gli in their process() method.

File:
1 edited

Legend:

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

    r6408 r9465  
    7070    print $outhandle "RTFPlug: passing $_[3] on to $self->{'converted_to'}Plug\n"
    7171    if $self->{'verbosity'} > 1;
     72    print STDERR "<Processing n='$_[3]' p='RTFPlug'>\n" if ($_[6]);
    7273
    7374    return ConvertToPlug::process_type($self,"rtf",@_);
Note: See TracChangeset for help on using the changeset viewer.