Skip to content

Commit 34ad14b

Browse files
author
Julien Hervot de Mattos Vaz
committed
Apply sugestions
1 parent a3ba22d commit 34ad14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/storage-allocators/random/src/main/java/org/apache/cloudstack/storage/allocator/RandomStoragePoolAllocator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public List<StoragePool> select(DiskProfile dskCh, VirtualMachineProfile vmProfi
6666
StoragePool pol = (StoragePool)this.dataStoreMgr.getPrimaryDataStore(pool.getId());
6767

6868
if (filter(avoid, pol, dskCh, plan)) {
69-
logger.trace("Found suitable random storage pool [{}], adding to list.", pool);
69+
logger.trace("Found suitable primary storage pool [{}], adding to list.", pool);
7070
suitablePools.add(pol);
7171
}
7272
}

0 commit comments

Comments
 (0)