Revision 5457
Added by berkley over 14 years ago
src/edu/ucsb/nceas/metacat/replication/ReplicationHandler.java | ||
---|---|---|
435 | 435 |
logReplication.debug("No guid information was included with the replicated document"); |
436 | 436 |
} |
437 | 437 |
|
438 |
if(guid != null) |
|
439 |
{ |
|
440 |
logReplication.info("replicate localId:" + accNumber + " guid:" + guid); |
|
441 |
} |
|
442 |
|
|
438 | 443 |
logReplication.info("ReplicationHandler.handleSingleXMLDocument - Successfully replicated doc " + accNumber); |
439 | 444 |
if (tableName.equals(DocumentImpl.DOCUMENTTABLE)) |
440 | 445 |
{ |
Also available in: Unified diff
added replicate log statements with the guid and localId