Skip to content

Commit 53c59bf

Browse files
Update engine/storage/src/main/java/org/apache/cloudstack/storage/allocator/AbstractStoragePoolAllocator.java
Co-authored-by: dahn <[email protected]>
1 parent e1da875 commit 53c59bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/storage/src/main/java/org/apache/cloudstack/storage/allocator/AbstractStoragePoolAllocator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ protected List<StoragePool> reorderPoolsByNumberOfVolumes(DeploymentPlan plan, L
195195
@Override
196196
public List<StoragePool> reorderPools(List<StoragePool> pools, VirtualMachineProfile vmProfile, DeploymentPlan plan, DiskProfile dskCh) {
197197
if (pools == null) {
198-
logger.info("There are no pools to reorder; returning null.");
198+
logger.info("There are no pools to reorder.");
199199
return null;
200200
}
201201
logger.info("Reordering [{}] pools", pools.size());

0 commit comments

Comments
 (0)