CID-1254843: var name changed to saolve c&p issue

This commit is contained in:
Daan Hoogland 2014-11-17 14:45:48 +01:00
parent efe47b0704
commit 3dc12f7b48
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}