mirror of https://github.com/apache/cloudstack.git
CID-1254843: var name changed to saolve c&p issue
This commit is contained in:
parent
efe47b0704
commit
3dc12f7b48
|
|
@ -709,7 +709,7 @@ public class CapacityManagerImpl extends ManagerBase implements CapacityManager,
|
|||
}
|
||||
// Set the capacity state as per the host allocation state.
|
||||
if(capacityState != memCap.getCapacityState()){
|
||||
s_logger.debug("Calibrate memory capacity state for host: " + host.getId() + " old capacity state:" + cpuCap.getTotalCapacity() + " new capacity state:" + hostTotalCpu);
|
||||
s_logger.debug("Calibrate memory capacity state for host: " + host.getId() + " old capacity state:" + memCap.getTotalCapacity() + " new capacity state:" + hostTotalCpu);
|
||||
memCap.setCapacityState(capacityState);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue