Project

General

Profile

« Previous | Next » 

Revision 2777

Added by Duane Costa over 18 years ago

Minor change to diagnostic output.

View differences:

src/edu/ucsb/nceas/metacat/harvesterClient/HarvestSiteSchedule.java
465 465
      printSiteSummaryHeader(out);
466 466
      out.println("* The following document(s) could not be uploaded to");
467 467
      out.println("* Metacat because an error of some kind occurred.");
468
      out.println("* See log entries below for additional details.) :");
468
      out.println("* (See log entries below for additional details.) :");
469 469
      for (int i = 0; i < harvestDocumentList.size(); i++) {
470 470
        harvestDocument = (HarvestDocument) harvestDocumentList.get(i);          
471 471
        if (harvestDocument != null) {
......
479 479

  
480 480
    if (nMetacatHasIt > 0) {
481 481
      printSiteSummaryHeader(out);
482
      out.println("* The following document(s) were already found in Metacat.");
483
      out.println("* See log entries below for additional details.) :");
482
      out.println("* The following document(s) were already found in Metacat:");
483

  
484 484
      for (int i = 0; i < harvestDocumentList.size(); i++) {
485 485
        harvestDocument = (HarvestDocument) harvestDocumentList.get(i);
486 486
        if (harvestDocument != null) {

Also available in: Unified diff