hsato03 commented on code in PR #9080: URL: https://github.com/apache/cloudstack/pull/9080#discussion_r1619302137
########## vmware-base/src/main/java/com/cloud/hypervisor/vmware/mo/VirtualMachineMO.java: ########## @@ -1182,6 +1182,7 @@ public boolean setVncConfigInfo(boolean enableVnc, String vncPassword, int vncPo } public boolean configureVm(VirtualMachineConfigSpec vmConfigSpec) throws Exception { + logger.debug(String.format("Reconfiguring virtual machine [%s] using spec [%s].", this, GSON.toJson(vmConfigSpec))); Review Comment: ```suggestion logger.debug("Reconfiguring virtual machine {} using spec {}.", this, GSON.toJson(vmConfigSpec)); ``` -- 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