[metacat-cvs] metacat/src/edu/ucsb/nceas/metacat MetacatReplication.java
Jing Tao
tao at ecoinformatics.org
Wed Nov 2 15:52:42 PST 2005
tao 05/11/02 15:52:42
Modified: src/edu/ucsb/nceas/metacat MetacatReplication.java
Log:
Add more info transfer.
Revision Changes Path
1.77 +4 -4 metacat/src/edu/ucsb/nceas/metacat/MetacatReplication.java
Index: MetacatReplication.java
===================================================================
RCS file: /cvs/metacat/src/edu/ucsb/nceas/metacat/MetacatReplication.java,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- MetacatReplication.java 10 Oct 2005 18:06:55 -0000 1.76
+++ MetacatReplication.java 2 Nov 2005 23:52:42 -0000 1.77
@@ -6,9 +6,9 @@
* Authors: Chad Berkley
* Release: @release@
*
- * '$Author: sgarg $'
- * '$Date: 2005/10/10 18:06:55 $'
- * '$Revision: 1.76 $'
+ * '$Author: tao $'
+ * '$Date: 2005/11/02 23:52:42 $'
+ * '$Revision: 1.77 $'
*
* 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
@@ -1065,7 +1065,7 @@
if (test.indexOf("successfully")==-1)
{
response.setContentType("text/xml");
- out.println("<error>Couldn't pass the trust test</error>");
+ out.println("<error>Couldn't pass the trust test "+test+" </error>");
out.close();
return;
}
More information about the Metacat-cvs
mailing list