sureshanaparti commented on code in PR #9873:
URL: https://github.com/apache/cloudstack/pull/9873#discussion_r1900123399
##########
server/src/main/java/com/cloud/vm/UserVmManagerImpl.java:
##########
@@ -763,10 +765,10 @@ protected void runInContext() {
GetVmIpAddressCommand cmd = new GetVmIpAddressCommand(vmName,
networkCidr, isWindows);
boolean decrementCount = true;
+ NicVO nic = _nicDao.findById(nicId);
try {
- logger.debug("Trying IP retrieval for VM {} ({}), nic Id {}",
vmName, vmId, nicId);
+ logger.debug("Trying IP retrieval [id: {}, uuid: {}, name:
{}], nic {}", vmId, vmUuid, vmName, nic);
Review Comment:
```suggestion
logger.debug("Trying IP retrieval for VM [id: {}, uuid: {},
name: {}], nic {}", vmId, vmUuid, vmName, nic);
```
--
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]