weizhouapache commented on code in PR #8497:
URL: https://github.com/apache/cloudstack/pull/8497#discussion_r1483335496


##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtPatchSystemVmCommandWrapper.java:
##########
@@ -79,6 +79,7 @@ public Answer execute(PatchSystemVmCommand cmd, 
LibvirtComputingResource serverR
         if (patchResult.first()) {
             String scriptVersion = lines[1];
             if (StringUtils.isNotEmpty(patchResult.second())) {
+                s_logger.debug(String.format("Patch result of systemVM %s: 
%s", sysVMName, patchResult.second()));

Review Comment:
   thanks @JoaoJandre 
   confirmed it fixes the build error



-- 
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]

Reply via email to