Changeset 26418


Ignore:
Timestamp:
2012-10-30T18:35:49+13:00 (11 years ago)
Author:
ak19
Message:

Corrected the output of an error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/g2f-buildcol.pl

    r26403 r26418  
    421421    $contents .= "</buildConfig>\n";
    422422   
    423     #print STDERR "**** collectcfg file: $collectcfg\n";
     423    #print STDERR "**** buildcfg file: $buildcfg\n";
    424424    unless(open(FOUT, ">$buildcfg")) {
    425         print STDERR "g2f-buildcol.pl: Unable to open $collectcfg...ERROR: $!\n";
     425        print STDERR "g2f-buildcol.pl: Unable to open $buildcfg...ERROR: $!\n";
    426426        exit 1;
    427427    }
Note: See TracChangeset for help on using the changeset viewer.