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


##########
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:
   The problem with the old style is that it repeats the same code in 4 
different classes, the only difference is the first word in the log.



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