Project

General

Profile

« Previous | Next » 

Revision 9490

add warning when exception encountered loading SM into map.

View differences:

src/edu/ucsb/nceas/metacat/dataone/hazelcast/SystemMetadataMap.java
78 78
		} catch (McdbDocNotFoundException e) {
79 79
			//throw new RuntimeException(e.getMessage(), e);
80 80
			// not found => null
81
			logMetacat.warn("could not load system metadata for: " +  pid.getValue(), e);
81 82
			return null;
82 83
		}
83 84
		catch (Exception e) {

Also available in: Unified diff