Ignore:
Timestamp:
2011-04-21T21:06:54+12:00 (13 years ago)
Author:
ak19
Message:

Xiaofeng found that the OAI-related changes to do with earliestDatestamp were causing problems for him when a die statement got executed. It just prints a warning now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/strings.properties

    r23826 r23946  
    236236import.cannot_open_fail_log:ERROR: Couldn't open fail log %s
    237237
     238import.cannot_read_OIDcount:Warning: unable to read document OID count from %s.\nSetting value to 0.
     239
     240#import.cannot_read_earliestdatestamp:Warning: unable to read collection's earliestDatestampcount from %s.\nSetting value to 0.
     241
    238242import.cannot_sort:WARNING: import.pl cannot sort documents when groupsize > 1. sortmeta option will be ignored.
     243
     244import.cannot_write_earliestdatestamp:Warning: unable to store collection's earliestDatestamp in %s.
     245
     246import.cannot_write_OIDcount:Warning: unable to store document OID count in %s.
    239247
    240248import.collectdir:The path of the "collect" directory.
Note: See TracChangeset for help on using the changeset viewer.