mirror of https://github.com/apache/cloudstack.git
add more logs
This commit is contained in:
parent
a756a9e171
commit
90cb2dea6a
|
|
@ -263,6 +263,8 @@ public class SnapshotSchedulerImpl implements SnapshotScheduler {
|
|||
|
||||
tmpSnapshotScheduleVO.setAsyncJobId(jobId);
|
||||
_snapshotScheduleDao.update(snapshotScheId, tmpSnapshotScheduleVO);
|
||||
} catch (Exception e) {
|
||||
s_logger.debug("Scheduling snapshot failed due to " + e.toString(), e);
|
||||
} finally {
|
||||
if (tmpSnapshotScheduleVO != null) {
|
||||
_snapshotScheduleDao.releaseFromLockTable(snapshotScheId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue