don't need to handle ReadyAnswer in AgentHandler

This commit is contained in:
anthony 2010-12-06 12:35:59 -08:00
parent baed52fc99
commit 6cbe5208cf
1 changed files with 0 additions and 3 deletions

View File

@ -2431,9 +2431,6 @@ public class AgentManagerImpl implements AgentManager, HandlerFactory, ResourceS
if (s_logger.isDebugEnabled()) {
s_logger.debug("Cant not find host " + attache.getId());
}
} else {
s_logger.info("Host " + attache.getId() + " is now ready to processing commands.");
_hostDao.updateStatus(host, Event.Ready, _nodeId);
}
answer = new Answer(cmd);
} else {