Ignore:
Timestamp:
2011-10-11T11:44:19+13:00 (13 years ago)
Author:
davidb
Message:

Further tweak to output statement about switching to full rebuild

File:
1 edited

Legend:

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

    r24747 r24749  
    125125    if ($buildcfg->{'buildtype'} ne $collectcfg->{'buildtype'}) {
    126126        print STDERR "*****\n";
    127         print STDERR "* Change of indexer detected. Switching to full buildcol.pl (with -removeold).\n";
     127        print STDERR "* Change of indexer detected. Switching to buildcol.pl with -removeold.\n";
    128128        print STDERR "*****\n";
    129129        $buildcol_cmd .= " -removeold";
     
    137137    # build.cfg doesn't exit
    138138    print STDERR "*****\n";
    139     print STDERR "* First time built. Switching to full buildcol.pl (with -removeold).\n";
     139    print STDERR "* First time built. Switching to buildcol.pl with -removeold.\n";
    140140    print STDERR "*****\n";
    141141    $buildcol_cmd .= " -removeold";
Note: See TracChangeset for help on using the changeset viewer.