Project

General

Profile

« Previous | Next » 

Revision 4175

Added by daigle almost 16 years ago

Qualify harvester properties

View differences:

HarvestLog.java
349 349
      out.println("* harvestOperationCode: " + harvestOperationCode);
350 350
      out.println("* description:          " + explanation);
351 351

  
352
      if (harvestOperationCode.equals("GetHarvestListSuccess") ||
353
        harvestOperationCode.equals("GetHarvestListError")) {
352
      if (harvestOperationCode.equals("harvester.GetHarvestListSuccess") ||
353
        harvestOperationCode.equals("harvester.GetHarvestListError")) {
354 354
        if (siteScheduleID != 0) {
355 355
          harvester.printHarvestSiteSchedule(out, siteScheduleID);
356 356
        }

Also available in: Unified diff