Ignore:
Timestamp:
2017-02-14T17:43:28+13:00 (7 years ago)
Author:
ak19
Message:

Adding verbosity setting to oaiinfo.pm to reduce debug output on regular runs of building process. The perl filest that use oaiinfo now pass in the verbosity setting to the oaiinfo constructor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/activate.pl

    r31190 r31409  
    358358
    359359    # now we've moved building to index, move tmp oaidb to live oaidb in parallel
    360     my $oai_info = new oaiinfo($collect_cfg_filename, $collectcfg->{'infodbtype'});
     360    my $oai_info = new oaiinfo($collect_cfg_filename, $collectcfg->{'infodbtype'}, $default_verbosity);
    361361    $oai_info->activate_collection();
    362362
Note: See TracChangeset for help on using the changeset viewer.