put big log trace in firstfit planner in to trace instead of debug

This commit is contained in:
Alex Huang 2011-07-11 14:37:36 -07:00
parent b9d4d65714
commit f5d5ed5dce
1 changed files with 2 additions and 2 deletions

View File

@ -429,8 +429,8 @@ public class FirstFitPlanner extends PlannerBase implements DeploymentPlanner {
Map<Long, List<Long>> podClusterMap = _clusterDao.getPodClusterIdMap(clusterIds);
if (s_logger.isDebugEnabled()) {
s_logger.debug("Pod To cluster Map is: "+podClusterMap );
if (s_logger.isTraceEnabled()) {
s_logger.trace("Pod To cluster Map is: "+podClusterMap );
}
List<Long> reorderedClusters = new ArrayList<Long>();