Project

General

Profile

« Previous | Next » 

Revision 7111

log calls to store() system metadata to the backing store

View differences:

src/edu/ucsb/nceas/metacat/dataone/hazelcast/SystemMetadataMap.java
46 46
	@Override
47 47
	public void store(Identifier pid, SystemMetadata sm) {
48 48
		try {
49
			//System.out.println("Storing System Metadata to store: " + pid.getValue());
49
			logMetacat.debug("Storing System Metadata to store: " + pid.getValue());
50 50
			if (!IdentifierManager.getInstance().systemMetadataExists(pid.getValue())) {
51 51
				IdentifierManager.getInstance().insertSystemMetadata(sm);
52 52
				

Also available in: Unified diff