diff --git a/server/src/com/cloud/deploy/FirstFitPlanner.java b/server/src/com/cloud/deploy/FirstFitPlanner.java old mode 100644 new mode 100755 index 4a01a4417ca..f380285f9d2 --- a/server/src/com/cloud/deploy/FirstFitPlanner.java +++ b/server/src/com/cloud/deploy/FirstFitPlanner.java @@ -502,7 +502,7 @@ public class FirstFitPlanner extends PlannerBase implements DeploymentPlanner { } } if(hostCanAccessPool){ - s_logger.debug("Found a potential host and associated storage pools for this VM"); + s_logger.debug("Found a potential host " + "id: "+potentialHost.getId() + " name: " +potentialHost.getName()+ " and associated storage pools for this VM"); return new Pair>(potentialHost, storage); } }