Revision 9490
Added by ben leinfelder almost 9 years ago
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
add warning when exception encountered loading SM into map.