Revision 2717
Added by Jing Tao about 19 years ago
src/edu/ucsb/nceas/metacat/MetacatReplication.java | ||
---|---|---|
1065 | 1065 |
if (test.indexOf("successfully")==-1) |
1066 | 1066 |
{ |
1067 | 1067 |
response.setContentType("text/xml"); |
1068 |
out.println("<error>Couldn't pass the trust test</error>"); |
|
1068 |
out.println("<error>Couldn't pass the trust test "+test+" </error>");
|
|
1069 | 1069 |
out.close(); |
1070 | 1070 |
return; |
1071 | 1071 |
} |
Also available in: Unified diff
Add more info transfer.