mirror of https://github.com/apache/cloudstack.git
Fix typo in VirtualMachineManagerImpl.java (#2738)
from "cleanued up" to "cleaned up"
This commit is contained in:
parent
9fb36e7c73
commit
2936cb3b41
|
|
@ -1572,7 +1572,7 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
|
|||
}
|
||||
|
||||
volumeMgr.release(profile);
|
||||
s_logger.debug("Successfully cleanued up resources for the vm " + vm + " in " + state + " state");
|
||||
s_logger.debug(String.format("Successfully cleaned up resources for the VM %s in %s state", vm, state));
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue