daviftorres commented on code in PR #9132:
URL: https://github.com/apache/cloudstack/pull/9132#discussion_r2358868528


##########
server/src/main/java/com/cloud/vm/UserVmManagerImpl.java:
##########
@@ -5868,7 +5868,7 @@ private HostVO getDestinationHost(Long hostId, boolean 
isRootAdmin, boolean isEx
             }
             destinationHost = _hostDao.findById(hostId);
             if (destinationHost == null) {
-                throw new InvalidParameterValueException("Unable to find the 
host to deploy the VM, host id=" + hostId);
+                throw new InvalidParameterValueException("Unable to find the 
host to deploy the VM, host ID=" + hostId);

Review Comment:
   ```suggestion
                   throw new InvalidParameterValueException("Unable to find the 
host to deploy the VM, host ID = " + hostId);
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to