sureshanaparti commented on code in PR #12018:
URL: https://github.com/apache/cloudstack/pull/12018#discussion_r2661441844


##########
plugins/hypervisors/baremetal/src/main/java/com/cloud/baremetal/networkservice/BaremetalDnsmasqResource.java:
##########
@@ -46,10 +46,10 @@ public boolean configure(String name, Map<String, Object> 
params) throws Configu
         com.trilead.ssh2.Connection sshConnection = null;
         try {
             super.configure(name, params);
-            logger.debug(String.format("Trying to connect to DHCP 
server(IP=%1$s, username=%2$s, password=%3$s)", _ip, _username, _password));
+            logger.debug(String.format("Trying to connect to DHCP 
server(IP=%1$s, username=%2$s, password=******", _ip, _username));

Review Comment:
   ```suggestion
               logger.debug(String.format("Trying to connect to DHCP 
server(IP=%1$s, username=%2$s", _ip, _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]

Reply via email to