Ignore:
Timestamp:
2003-12-19T15:16:29+13:00 (20 years ago)
Author:
jmt12
Message:

When -gli argument is provided to calling script these modules will now output gli specific, non-language nor verbosity specific, messages

File:
1 edited

Legend:

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

    r5924 r6332  
    364364sub read {
    365365    my $self = shift (@_);
    366     my ($pluginfo, $base_dir, $file, $metadata, $processor, $maxdocs) = @_;
     366    my ($pluginfo, $base_dir, $file, $metadata, $processor, $maxdocs, $gli) = @_;
    367367
    368368    my $outhandle = $self->{'outhandle'};
     
    373373    return undef;
    374374    }
     375
     376    print STDERR "<Processing n='$file' p='ImagePlug'>\n" if ($gli);
    375377    print $outhandle "ImagePlug processing \"$filename\"\n"
    376378        if $self->{'verbosity'} > 1;
Note: See TracChangeset for help on using the changeset viewer.