DaanHoogland commented on code in PR #12016:
URL: https://github.com/apache/cloudstack/pull/12016#discussion_r2503482488
##########
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: " +
hostIp + " for user: " + username);
Review Comment:
```suggestion
logger.debug("Executing password update command on host: {} for
user: {}”, hostIp, username);
```
--
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]