Added more logging to DirectAgentsLoad task

This commit is contained in:
alena 2011-06-29 09:29:18 -07:00
parent 474d666f79
commit 16da7e07ac
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ public class ClusteredAgentManagerImpl extends AgentManagerImpl implements Clust
}
}
if (hosts != null && hosts.size() > 0) {
s_logger.debug("Found " + hosts.size() + " unmanaged direct hosts, processing connect for them...");
for (HostVO host : hosts) {
try {
AgentAttache agentattache = findAttache(host.getId());