Skip to content

Commit 2936cb3

Browse files
GabrielBrascherDaanHoogland
authored andcommitted
Fix typo in VirtualMachineManagerImpl.java (#2738)
from "cleanued up" to "cleaned up"
1 parent 9fb36e7 commit 2936cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/orchestration/src/main/java/com/cloud/vm/VirtualMachineManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ protected boolean cleanup(final VirtualMachineGuru guru, final VirtualMachinePro
15721572
}
15731573

15741574
volumeMgr.release(profile);
1575-
s_logger.debug("Successfully cleanued up resources for the vm " + vm + " in " + state + " state");
1575+
s_logger.debug(String.format("Successfully cleaned up resources for the VM %s in %s state", vm, state));
15761576
}
15771577

15781578
return true;

0 commit comments

Comments
 (0)