abh1sar commented on code in PR #12016:
URL: https://github.com/apache/cloudstack/pull/12016#discussion_r2661037667


##########
plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixUpdateHostPasswordCommandWrapper.java:
##########
@@ -45,7 +45,7 @@ public Answer execute(final UpdateHostPasswordCommand 
command, final CitrixResou
 
         Pair<Boolean, String> result;
         try {
-            logger.debug("Executing command in Host: " + cmdLine);
+            logger.debug("Executing password update command on host: {} for 
user: {}”, hostIp, username);

Review Comment:
   ```suggestion
               logger.debug("Executing password update command on host: {} for 
user: {}", hostIp, username);
   ```
   
   to fix 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