weizhouapache commented on code in PR #6839:
URL: https://github.com/apache/cloudstack/pull/6839#discussion_r1001459067


##########
engine/storage/src/main/java/org/apache/cloudstack/storage/allocator/ClusterScopeStoragePoolAllocator.java:
##########
@@ -107,7 +107,7 @@ protected List<StoragePool> select(DiskProfile dskCh, 
VirtualMachineProfile vmPr
             }
         }
 
-        s_logger.debug(String.format("ClusterScopeStoragePoolAllocator is 
returning [%s] suitable storage pools [%s].", suitablePools.size(), 
suitablePools));
+        logEndOfSearch(suitablePools);

Review Comment:
   code lgtm
   
   however, I like the old style more than the new method `logEndOfSearch`



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