Adding additional debug log to be able to identify HA case

This commit is contained in:
Prachi Damle 2013-10-18 17:05:19 -07:00 committed by Prachi Damle
parent a00433ff23
commit 4b80f9ba81
1 changed files with 4 additions and 0 deletions

View File

@ -257,6 +257,10 @@ public class DeploymentPlanningManagerImpl extends ManagerBase implements Deploy
break;
}
}
} else {
if (s_logger.isDebugEnabled()) {
s_logger.debug("DeploymentPlanner is provided: " + planner);
}
}
int cpu_requested = offering.getCpu() * offering.getSpeed();