mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 10705: don't need to print trace
status 10705: resolved fixed
This commit is contained in:
parent
36bd6f5859
commit
f15fae8983
@ -266,7 +266,7 @@ 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);
|
||||
s_logger.warn("Scheduling snapshot failed due to " + e.toString());
|
||||
} finally {
|
||||
if ( tmpSnapshotScheduleVO != null) {
|
||||
_snapshotScheduleDao.releaseFromLockTable(snapshotScheId);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user