Ignore:
Timestamp:
2008-06-23T12:13:46+12:00 (16 years ago)
Author:
kjdon
Message:

tried to make the 'xxxplugin processing file' print statements more consistent. They are now done in read (or read_into_doc_obj) and not process

File:
1 edited

Legend:

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

    r16019 r16104  
    8080
    8181    my $section = $doc_obj->get_top_section();
    82     print STDERR "<Processing n='$file' p='FavouritesPlugin'>\n" if ($gli);
    83     print $outhandle "FavouritesPlugin: processing $file\n" if $self->{'verbosity'} > 1;
    8482
    8583    # don't want mg to turn escape chars into actual values
Note: See TracChangeset for help on using the changeset viewer.