SadiJr commented on a change in pull request #5353:
URL: https://github.com/apache/cloudstack/pull/5353#discussion_r696552260



##########
File path: 
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource/VmwareResource.java
##########
@@ -7686,4 +7533,20 @@ private GetVmVncTicketAnswer 
execute(GetVmVncTicketCommand cmd) {
             return new GetVmVncTicketAnswer(null, false, 
e.getLocalizedMessage());
         }
     }
-}
+
+    private String createLogMessageException(Throwable e, Command command) {

Review comment:
       I can't put this method in VmwareHelper, because this class don't have 
access to VmwareHostService interface. Instead, I've created a method on the 
interface so that it gets called where it's needed. If you can review and let 
me know if you have any suggestions, I would be very grateful.




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