bug 10705: don't need to print trace

status 10705: resolved fixed
This commit is contained in:
anthony 2011-07-13 18:35:56 -07:00
parent b6d4c3e86d
commit b9803a05ae
1 changed files with 1 additions and 1 deletions

View File

@ -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);