Changeset 1235 for trunk/gsdl


Ignore:
Timestamp:
2000-06-23T16:53:36+12:00 (24 years ago)
Author:
nzdl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1221 r1235  
    8585    return undef unless ($filename =~ /\.hb$/i && (-e $filename));
    8686
    87     print STDERR "GBBPlug: processing $filename\n" if $processor->{'verbosity'};
     87    print STDERR "HBSPlug: processing $filename\n" if $processor->{'verbosity'};
    8888
    8989    # create a new document
     
    190190    if ($imagetype eq "jpg") {$imagetype = "jpeg";}
    191191    if ($imagetype !~ /^(jpeg|gif|png)$/) {
    192     print STDERR "GBHPlug: Warning - unknown image type ($imagetype)\n";
     192    print STDERR "HBSPlug: Warning - unknown image type ($imagetype)\n";
    193193    }
    194194    my ($imagefile) = $link =~ /([^\/]*)$/;
     
    202202        $foundimage = 1;
    203203    } else {
    204         $error = "GBHPlug: Warning - couldn't find image file $imagefile in either $filename or";
     204        $error = "HBSPlug: Warning - couldn't find image file $imagefile in either $filename or";
    205205    }
    206206    }
     
    214214        print STDERR "$error $filename\n";
    215215    } else {
    216         print STDERR "GBHPlug: Warning - couldn't find image file $imagefile in $filename\n";
     216        print STDERR "HBSPlug: Warning - couldn't find image file $imagefile in $filename\n";
    217217    }
    218218    }
Note: See TracChangeset for help on using the changeset viewer.