Changeset 23562 for main


Ignore:
Timestamp:
2011-01-13T11:50:55+13:00 (13 years ago)
Author:
kjdon
Message:

changed a print statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/doc.pm

    r23494 r23562  
    415415
    416416    if ($use_hash_oid) {
    417         my $hash_on_file = 1;
     417        my $hash_on_file = 1; 
    418418        if ($self->{'OIDtype'} eq "hash_on_ga_xml") {
    419419        $hash_on_file = 0;
     
    422422        # "hash" OID - feed file to hashfile.exe
    423423        my $filename = $self->get_filename_for_hashing();
    424 
     424       
    425425        # -z: don't want to hash on the file if it is zero size
    426426        if (defined($filename) && -e $filename && !-z $filename) {
     
    863863    my $section_ptr = $self->_lookup_section($section);
    864864    if (!defined $section_ptr) {
    865     print STDERR "doc::delete_metadata couldn't find section ", $section, "\n";
     865    print STDERR "doc::delete_metadata couldn't find section ", $section, "$field\n";
    866866    return;
    867867    }
Note: See TracChangeset for help on using the changeset viewer.