Skip to content

Commit e5c29c3

Browse files
Update log output for FirstFitPlanner (#4515)
1 parent 02f80d3 commit e5c29c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/main/java/com/cloud/deploy/FirstFitPlanner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ protected Pair<List<Long>, Map<Long, Double>> listPodsByCapacity(long zoneId, in
521521

522522
//we need pods having enough cpu AND RAM to host this particular VM and order them by aggregate pod capacity
523523
if (s_logger.isDebugEnabled()) {
524-
s_logger.debug("Listing pods in order of aggregate capacity, that have (atleast one host with) enough CPU and RAM capacity under this Zone: " + zoneId);
524+
s_logger.debug("Listing pods in order of aggregate capacity, that have (at least one host with) enough CPU and RAM capacity under this Zone: " + zoneId);
525525
}
526526
String capacityTypeToOrder = configDao.getValue(Config.HostCapacityTypeToOrderClusters.key());
527527
short capacityType = Capacity.CAPACITY_TYPE_CPU;

0 commit comments

Comments
 (0)