Skip to content

Commit 502a633

Browse files
committed
build: fix build failure after merge-forward
1 parent 0e32380 commit 502a633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/storage/snapshot/SnapshotSchedulerImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ public Date scheduleNextSnapshotJob(final SnapshotPolicyVO policy) {
417417
}
418418

419419
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");
420+
logger.warn("Found snapshot policy ID: " + policyId + " for volume ID: " + policy.getVolumeId() + " that does not exist or has been removed");
421421
removeSchedule(policy.getVolumeId(), policy.getId());
422422
return null;
423423
}

0 commit comments

Comments
 (0)