sureshanaparti commented on a change in pull request #5859:
URL: https://github.com/apache/cloudstack/pull/5859#discussion_r799156605
##########
File path:
server/src/main/java/com/cloud/deploy/DeploymentPlanningManagerImpl.java
##########
@@ -835,8 +843,17 @@ public void
checkForNonDedicatedResources(VirtualMachineProfile vmProfile, DataC
}
//Add in avoid list or no addition if no dedication
+ if (s_logger.isDebugEnabled()) {
+ s_logger.debug("adding pods to avoid lists: " + allPodsInDc);
Review comment:
```suggestion
s_logger.debug("Adding pods to avoid lists: " + allPodsInDc);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]