Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/12/08 07:34:55 (4 months ago)
Author:
dkayiwa
Message:

xforms module: upgrading to use 1.2.04 version of the openmrs api

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/xforms/trunk/src/org/openmrs/module/xforms/XformsQueueProcessor.java

    r3482 r4171  
    151151                        saveFormInArchive(xmlOriginal,pathName); 
    152152                } catch (Exception e) { 
    153                         log.error(e); 
     153                        log.error(e.getMessage(), e); 
    154154                        saveFormInError(xmlOriginal,pathName); 
    155155                }