Changeset 16193
- Timestamp:
- 2008-06-26 09:43:34 (5 months ago)
- Files:
-
- gsdl/trunk/perllib/plugins/OpenDocumentPlugin.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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";
