Changeset 16193
- Timestamp:
- 2008-06-26T09:43:34+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/perllib/plugins/OpenDocumentPlugin.pm
r16104 r16193 167 167 return $block_status if ((!defined $block_status) || ($block_status==0)); 168 168 169 my $outhandle = $self->{'outhandle'}; 169 170 # Report that we're processing the file 170 171 print STDERR "<Processing n='$file' p='OpenDocumentPlugin'>\n" if ($gli); … … 216 217 my ($msg) = $@ =~ /Carp::croak\(\'(.*?)\'\)/; 217 218 if (defined $msg) { 218 my $outhandle = $self->{'outhandle'};219 219 my $plugin_name = ref ($self); 220 220 print $outhandle "$plugin_name failed to process $file ($msg)\n";
Note:
See TracChangeset
for help on using the changeset viewer.