Project

General

Profile

« Previous | Next » 

Revision 4743

Added by walbridge over 15 years ago

Fix typos in error messages.

View differences:

IndexingQueue.java
216 216
	        String revision = docid.substring(docid.lastIndexOf(".")+1,docid.length());
217 217
	        docid = docid.substring(0,docid.lastIndexOf("."));
218 218

  
219
	        logMetacat.info("Checking if document exsists in xml_documents: docid is " 
219
	        logMetacat.info("Checking if document exists in xml_documents: docid is " 
220 220
	        		+ docid + " and revision is " + revision);
221 221

  
222 222
	        try {

Also available in: Unified diff