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/HTMLPlugin.pm

    r16024 r16104  
    616616    my $outhandle = $self->{'outhandle'};
    617617
    618     print STDERR "<Processing n='$file' p='HTMLPlugin'>\n" if ($gli);
    619 
    620     print $outhandle "HTMLPlugin: processing $file\n"
    621     if $self->{'verbosity'} > 1;
    622 
    623618    if ($ENV{'GSDLOS'} =~ /^windows/i) {
    624619    # this makes life so much easier... perl can cope with unix-style '/'s.
Note: See TracChangeset for help on using the changeset viewer.