xdgnjobs/ximple-jobcarrier/src/main/java/com/ximple/eofms/XQuartzJobCarrier.java
@@ -35,7 +35,7 @@ static Log logger = LogFactory.getLog(XQuartzJobCarrier.class); static Options options = new Options(); private static final String VERSION = "1.2.0"; private static final String VERSION = "1.3.1"; public static void main(String[] args) { XQuartzJobCarrier instance = new XQuartzJobCarrier(); @@ -138,7 +138,7 @@ } catch (SchedulerException ex) { // deal with any exceptions logger.error(ex); logger.error(ex, ex); shutdown = true; } catch (Throwable throwable) { logger.error(throwable.getMessage(), throwable);