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

    r6408 r9465  
    7676    print $outhandle "PPTPlug: passing $_[3] on to $self->{'converted_to'}Plug\n"
    7777    if $self->{'verbosity'} > 1;
     78    print STDERR "<Processing n='$_[3]' p='PPTPlug'>\n" if ($_[6]);
    7879
    7980    return ConvertToPlug::process_type($self,"ppt",@_);
Note: See TracChangeset for help on using the changeset viewer.