Skip to content

Commit 1904dbd

Browse files
Enhance log message.
1 parent 6b9e465 commit 1904dbd

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
@@ -374,7 +374,7 @@ protected void removeClustersCrossingThreshold(List<Long> clusterListForVmAlloca
374374

375375
String warnMessageForClusterReachedCapacityThreshold = String.format(
376376
"Cannot allocate cluster list %s for vm creation since their allocated percentage crosses the disable capacity threshold defined at each cluster at"
377-
+ " global value [settings: %s, value: %s] for capacity Type : %s, skipping these clusters", clustersCrossingThreshold.toString(),
377+
+ " Global Settings Configuration [name: %s, value: %s] for capacity Type : %s, skipping these clusters", clustersCrossingThreshold.toString(),
378378
configurationName, String.valueOf(configurationValue), CapacityVO.getCapacityName(capacity));
379379
s_logger.warn(warnMessageForClusterReachedCapacityThreshold);
380380
}

0 commit comments

Comments
 (0)