Skip to content

Commit 04e69aa

Browse files
julien-vazDaanHoogland
authored andcommitted
Update engine/storage/src/main/java/org/apache/cloudstack/storage/allocator/AbstractStoragePoolAllocator.java
Co-authored-by: dahn <[email protected]>
1 parent f0186a6 commit 04e69aa

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
@@ -207,7 +207,7 @@ protected List<StoragePool> reorderPoolsByNumberOfVolumes(DeploymentPlan plan, L
207207
@Override
208208
public List<StoragePool> reorderPools(List<StoragePool> pools, VirtualMachineProfile vmProfile, DeploymentPlan plan, DiskProfile dskCh) {
209209
if (pools == null) {
210-
logger.info("There are no pools to reorder; returning null.");
210+
logger.info("There are no pools to reorder.");
211211
return null;
212212
}
213213
logger.info("Reordering [{}] pools", pools.size());

0 commit comments

Comments
 (0)