Skip to content

Commit 1c33015

Browse files
Update plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource/VmwareResource.java
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
1 parent 8c99e65 commit 1c33015

File tree

1 file changed

+1
-1
lines changed
  • plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource

1 file changed

+1
-1
lines changed

plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource/VmwareResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3222,7 +3222,7 @@ protected void configureVirtualTPM(VirtualMachineMO vmMo, VirtualMachineTO vmSpe
32223222
if (Boolean.parseBoolean(virtualTPMEnabled)) {
32233223
for (VirtualDevice device : vmMo.getAllDeviceList()) {
32243224
if (device instanceof VirtualTPM) {
3225-
logger.debug(String.format("Virtual TPM device has already been added to VM , returning", vmMo.getVmName()));
3225+
logger.debug(String.format("Virtual TPM device has already been added to VM %s, returning", vmMo.getVmName()));
32263226
return;
32273227
}
32283228
}

0 commit comments

Comments
 (0)