Revision 10138
Added by Jing Tao almost 8 years ago
src/edu/ucsb/nceas/metacat/dataone/D1NodeService.java | ||
---|---|---|
1494 | 1494 |
throw new ServiceFailure(detailCode, |
1495 | 1495 |
"Error inserting or updating document: " +pid.getValue()+" since "+ result); |
1496 | 1496 |
} |
1497 |
logMetacat.debug("Finsished inserting xml document with id " + localId);
|
|
1497 |
logMetacat.info("D1NodeService.insertOrUpdateDocument - Finsished inserting xml document with local id " + localId +" and its pid is "+pid.getValue());
|
|
1498 | 1498 |
|
1499 | 1499 |
return localId; |
1500 | 1500 |
} |
Also available in: Unified diff
Add the pid in a debug statement.