[metacat-cvs] metacat/src/edu/ucsb/nceas/metacat/harvesterClient HarvestSiteSchedule.java
Duane Costa
costa at ecoinformatics.org
Wed Nov 23 12:03:01 PST 2005
costa 05/11/23 12:03:01
Modified: src/edu/ucsb/nceas/metacat/harvesterClient
HarvestSiteSchedule.java
Log:
Minor change to diagnostic output.
Revision Changes Path
1.17 +5 -5 metacat/src/edu/ucsb/nceas/metacat/harvesterClient/HarvestSiteSchedule.java
Index: HarvestSiteSchedule.java
===================================================================
RCS file: /cvs/metacat/src/edu/ucsb/nceas/metacat/harvesterClient/HarvestSiteSchedule.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- HarvestSiteSchedule.java 18 Nov 2005 21:18:15 -0000 1.16
+++ HarvestSiteSchedule.java 23 Nov 2005 20:03:00 -0000 1.17
@@ -4,8 +4,8 @@
* Regents of the University of California
*
* '$Author: costa $'
- * '$Date: 2005/11/18 21:18:15 $'
- * '$Revision: 1.16 $'
+ * '$Date: 2005/11/23 20:03:00 $'
+ * '$Revision: 1.17 $'
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -465,7 +465,7 @@
printSiteSummaryHeader(out);
out.println("* The following document(s) could not be uploaded to");
out.println("* Metacat because an error of some kind occurred.");
- out.println("* See log entries below for additional details.) :");
+ out.println("* (See log entries below for additional details.) :");
for (int i = 0; i < harvestDocumentList.size(); i++) {
harvestDocument = (HarvestDocument) harvestDocumentList.get(i);
if (harvestDocument != null) {
@@ -479,8 +479,8 @@
if (nMetacatHasIt > 0) {
printSiteSummaryHeader(out);
- out.println("* The following document(s) were already found in Metacat.");
- out.println("* See log entries below for additional details.) :");
+ out.println("* The following document(s) were already found in Metacat:");
+
for (int i = 0; i < harvestDocumentList.size(); i++) {
harvestDocument = (HarvestDocument) harvestDocumentList.get(i);
if (harvestDocument != null) {
More information about the Metacat-cvs
mailing list