Project

General

Profile

« Previous | Next » 

Revision 3198

Added by Jing Tao over 17 years ago

Change some log info.

View differences:

DocumentImpl.java
1366 1366
        // Adds the docid to the spatial data cache 
1367 1367
        if ( MetaCatUtil.getOption("runSpatialOption").equals("true") ) {
1368 1368
            SpatialHarvester spatialHarvester = new SpatialHarvester();
1369
            logMetacat.warn(" --------- Attempting to update the spatial cache for docid " + docid );
1369
            logMetacat.info(" --------- Attempting to update the spatial cache for docid " + docid );
1370 1370
            spatialHarvester.addToUpdateQue(docid);
1371 1371
            spatialHarvester.destroy();
1372
            logMetacat.info(" --------- Finish to update the spatial cache for docid " + docid );
1372 1373
	}
1373 1374
        
1374 1375
    }

Also available in: Unified diff