Revision 5552
Added by berkley over 14 years ago
src/edu/ucsb/nceas/metacat/dataone/CrudService.java | ||
---|---|---|
817 | 817 |
} |
818 | 818 |
catch(Exception e) |
819 | 819 |
{ |
820 |
logCrud.error("Error serializing objectInfo with id " + info.getIdentifier().getValue());
|
|
821 |
|
|
820 |
logCrud.error("Error serializing objectInfo with id " + |
|
821 |
info.getIdentifier().getValue() + " message: " + e.getMessage()); |
|
822 | 822 |
} //don't do anything |
823 | 823 |
|
824 | 824 |
} |
Also available in: Unified diff
add some error output