Skip to content

Commit d17a813

Browse files
GaOrtigaerikbocks
andauthored
Update server/src/main/java/com/cloud/vm/UserVmManagerImpl.java
Co-authored-by: Erik Böck <89930804+erikbocks@users.noreply.github.com>
1 parent e5afe3f commit d17a813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/vm/UserVmManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2714,7 +2714,7 @@ private void updateVmStateForFailedVmCreation(Long vmId, Long hostId) {
27142714
if (vm != null) {
27152715
if (vm.getState().equals(State.Stopped)) {
27162716
HostVO host = _hostDao.findById(hostId);
2717-
logger.debug("Destroying vm [{}] as it was unable to be deployed on Host: {} with id {}", vm, host, hostId);
2717+
logger.debug("Destroying VM [{}] as it was unable to be deployed on Host: {}.", vm, host);
27182718
try {
27192719
_itMgr.stateTransitTo(vm, VirtualMachine.Event.OperationFailedToError, null);
27202720
} catch (NoTransitionException e1) {

0 commit comments

Comments
 (0)