daviftorres commented on code in PR #9132:
URL: https://github.com/apache/cloudstack/pull/9132#discussion_r2358856232
##########
server/src/main/java/com/cloud/vm/UserVmManagerImpl.java:
##########
@@ -8927,7 +8924,7 @@ public Pair<UserVmVO, Volume> doInTransaction(final
TransactionStatus status) th
}
} catch (Exception e) {
logger.debug("Unable to start VM " + vm.getUuid(), e);
- CloudRuntimeException ex = new CloudRuntimeException("Unable
to start VM with specified id" + e.getMessage());
+ CloudRuntimeException ex = new CloudRuntimeException("Unable
to start VM with specified ID" + e.getMessage());
Review Comment:
```suggestion
CloudRuntimeException ex = new CloudRuntimeException("Unable
to start VM with specified ID." + e.getMessage());
```
How about that?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]