Revision 6041
Added by rnahf over 13 years ago
src/edu/ucsb/nceas/metacat/MetacatHandler.java | ||
---|---|---|
3503 | 3503 |
|
3504 | 3504 |
} catch ( McdbDocNotFoundException dnfe ) { |
3505 | 3505 |
// otherwise create the mapping |
3506 |
logMetacat.debug("There was a problem getting the localId from " +
|
|
3507 |
"the given guid. The error message was: " + dnfe.getMessage());
|
|
3506 |
logMetacat.debug("There was a problem getting the guid from " +
|
|
3507 |
"the given localId (docid and revision). The error message was: " + dnfe.getMessage());
|
|
3508 | 3508 |
logMetacat.debug("No guid in the identifier table. adding it for " + localId); |
3509 | 3509 |
im.createMapping(localId, localId); |
3510 | 3510 |
logMetacat.debug("Mapping created for " + localId); |
Also available in: Unified diff
fixing annoying error message inaccuracy