Ignore:
Timestamp:
2017-04-06T19:00:56+12:00 (7 years ago)
Author:
ak19
Message:

Accidentally committed a file I didn't want to.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/OAIPMH.java

    r31579 r31580  
    151151    logger.warn("oai-inf database for collection + " + this.cluster_name + " does not exist.");
    152152    oaiinf_db = null;
    153     } else {
    154     logger.info("Going to try opening oai-inf database for collection " + this.cluster_name);
    155     if (!this.oaiinf_db.openDatabase(oaiinf_db_file, SimpleCollectionDatabase.READ)) {
    156         logger.warn("Could not open oai-inf database for collection " + this.cluster_name + "!");
    157         oaiinf_db = null;
    158     }
     153    } else if (!this.oaiinf_db.openDatabase(oaiinf_db_file, SimpleCollectionDatabase.READ)) {
     154    logger.warn("Could not open oai-inf database for collection + " + this.cluster_name + "!");
     155    oaiinf_db = null;
    159156    }
    160157   
Note: See TracChangeset for help on using the changeset viewer.