DaanHoogland commented on code in PR #9528:
URL: https://github.com/apache/cloudstack/pull/9528#discussion_r1726640099


##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMPhysicalDisk.java:
##########
@@ -81,7 +83,9 @@ public KVMPhysicalDisk(String path, String name, 
KVMStoragePool pool) {
 
     @Override
     public String toString() {
-        return "KVMPhysicalDisk [path=" + path + ", name=" + name + ", pool=" 
+ pool + ", format=" + format + ", size=" + size + ", virtualSize=" + 
virtualSize + "]";
+        return "KVMPhysicalDisk [path=" + path + ", name=" + name + ", pool=" 
+ pool +

Review Comment:
   is this format sacret, or can we use ReflectionUtils for the `toString()` 
implementation?



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to