mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
minor typo
This commit is contained in:
parent
b226005982
commit
aafdf07efb
@ -1494,7 +1494,7 @@ public class UserVmManagerImpl implements UserVmManager, UserVmService, Manager
|
||||
try {
|
||||
_storageMgr.destroyVolume(volume);
|
||||
} catch (ConcurrentOperationException e) {
|
||||
s_logger.warn("Unable to delete volume:"+volume.getId()+" for vm:"+vmId+" whilsts transitioning to error state");
|
||||
s_logger.warn("Unable to delete volume:"+volume.getId()+" for vm:"+vmId+" whilst transitioning to error state");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user