Project

General

Profile

« Previous | Next » 

Revision 5458

Added by berkley almost 14 years ago

added another logging statement

View differences:

src/edu/ucsb/nceas/metacat/replication/ReplicationService.java
626 626

  
627 627
				logReplication.info("ReplicationService.handleForceReplicateRequest - document " + docid + " added to DB with "
628 628
						+ "action " + dbaction);
629
				
630
				if(guid != null)
631
                {
632
                    logReplication.info("replicate localId:" + docid + " guid:" + guid);
633
                }
629 634
				EventLog.getInstance().log(request.getRemoteAddr(), REPLICATIONUSER, docid,
630 635
						dbaction);
631 636
			}

Also available in: Unified diff