Skip to content

Commit 49f898c

Browse files
Update server/src/main/java/com/cloud/network/as/AutoScaleManagerImpl.java
1 parent df06d8a commit 49f898c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/network/as/AutoScaleManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,7 @@ private boolean checkConditionUp(AutoScaleVmGroupVO asGroup, Integer numVm) {
17181718
}
17191719
int erroredInstanceCount = autoScaleVmGroupVmMapDao.getErroredInstanceCount(asGroup.getId());
17201720
if (erroredInstanceCount > AutoScaleManager.AutoScaleErroredInstanceThreshold.value()) {
1721-
s_logger.warn("number of Errored Instances are greater than the threshold in this group for scaling up, so do nothing more");
1721+
s_logger.warn("Number of Errored Instances are greater than the threshold in this group for scaling up, so do nothing more");
17221722
return false;
17231723
}
17241724
return true;

0 commit comments

Comments
 (0)