We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e32380 commit 502a633Copy full SHA for 502a633
server/src/main/java/com/cloud/storage/snapshot/SnapshotSchedulerImpl.java
@@ -417,7 +417,7 @@ public Date scheduleNextSnapshotJob(final SnapshotPolicyVO policy) {
417
}
418
419
if (_volsDao.findById(policy.getVolumeId()) == null) {
420
- s_logger.warn("Found snapshot policy ID: " + policyId + " for volume ID: " + policy.getVolumeId() + " that does not exist or has been removed");
+ logger.warn("Found snapshot policy ID: " + policyId + " for volume ID: " + policy.getVolumeId() + " that does not exist or has been removed");
421
removeSchedule(policy.getVolumeId(), policy.getId());
422
return null;
423
0 commit comments