Project

General

Profile

« Previous | Next » 

Revision 7091

add logging statements when there is a problem calling setReplicationStatus

View differences:

MNResourceHandler.java
661 661
				try {
662 662
			        MNodeService.getInstance(request).replicate(session, sysmeta, sourceNode);
663 663
				} catch (Exception e) {
664
					logMetacat.error("Error running replication: " + e.getMessage(), e);
664 665
					throw new RuntimeException(e.getMessage(), e);
665 666
				}
666 667
			}

Also available in: Unified diff