Changeset 2654 for trunk/src/clients/jobagent
- Timestamp:
- Sep 21, 2006, 2:29:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/executors/ThreadJobExecutor.java
r2648 r2654 173 173 catch (Throwable t) 174 174 { 175 log.error("Error executing job with ID: " + jobId );175 log.error("Error executing job with ID: " + jobId, t); 176 176 exitCode = 1; 177 177 }
Note: See TracChangeset
for help on using the changeset viewer.