Changeset 9467


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

last commit had PDFPlug instead of PSPlug in the pront statement

File:
1 edited

Legend:

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

    r9465 r9467  
    174174    print $outhandle "PSPlug: passing $_[3] on to $self->{'converted_to'}Plug\n"
    175175    if $self->{'verbosity'} > 1;
    176     print STDERR "<Processing n='$_[3]' p='PDFPlug'>\n" if ($gli);
     176    print STDERR "<Processing n='$_[3]' p='PSPlug'>\n" if ($gli);
    177177
    178178    &extract_metadata_from_postscript($self,"$path/$file", $doc);
Note: See TracChangeset for help on using the changeset viewer.