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