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


##########
plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/manager/ScaleIOSDCManagerImpl.java:
##########
@@ -191,7 +203,7 @@ public String prepareSDC(Host host, DataStore dataStore) {
     }
 
     private String prepareSDCOnHost(Host host, DataStore dataStore, String 
systemId) {
-        logger.debug(String.format("Preparing SDC on the host %s (%s)", 
host.getId(), host.getName()));
+        logger.debug("Preparing SDC on the host {}", host.toString());

Review Comment:
   ```suggestion
           logger.debug("Preparing SDC on the host {}", host);
   ```



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