Skip to content

Commit 841b0d0

Browse files
Damans227abh1sar
andauthored
Fix exception message
Co-authored-by: Abhisar Sinha <63767682+abh1sar@users.noreply.github.com>
1 parent c533935 commit 841b0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/apache/cloudstack/backup/BackupManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ private void checkForPendingBackupJobs(final BackupVO backup) {
15601560
CreateVMFromBackupCmdByAdmin.class.getName(),
15611561
RestoreBackupCmd.class.getName());
15621562
if (pendingJobs > 0) {
1563-
throw new CloudRuntimeException("Cannot delete backup while a create instance from backup or restore operation is in progress, please try again later.");
1563+
throw new CloudRuntimeException("Cannot delete Backup while a create Instance from Backup or restore Backup operation is in progress, please try again later.");
15641564
}
15651565
}
15661566

0 commit comments

Comments
 (0)