Revision 10445
Added by Jing Tao about 7 years ago
src/edu/ucsb/nceas/metacat/EventLog.java | ||
---|---|---|
288 | 288 |
fullDocid = DocumentUtil.appendRev(fullDocid); |
289 | 289 |
} catch (Exception e) { |
290 | 290 |
// just warn about this |
291 |
logMetacat.warn("Could not check docid for revision: " + fullDocid, e);
|
|
291 |
logMetacat.debug("Could not check docid for revision: " + fullDocid, e);
|
|
292 | 292 |
} |
293 | 293 |
paramValues.add(fullDocid); |
294 | 294 |
} |
Also available in: Unified diff
Downgraded a debug level in order to make cn synchronization log more readable.