Project

General

Profile

« Previous | Next » 

Revision 5552

Added by berkley almost 14 years ago

add some error output

View differences:

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