disable XS event

(cherry picked from commit 1b74f3f3c8)
This commit is contained in:
Anthony Xu 2014-04-29 11:48:12 -07:00 committed by Daan Hoogland
parent 9c031e7f98
commit 3e240d1a00
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public class XenServerResourceNewBase extends XenServer620SP1Resource {
}
protected void waitForTask(Connection c, Task task, long pollInterval, long timeout) throws XenAPIException, XmlRpcException, TimeoutException {
protected void waitForTask2(Connection c, Task task, long pollInterval, long timeout) throws XenAPIException, XmlRpcException, TimeoutException {
long beginTime = System.currentTimeMillis();
if (s_logger.isTraceEnabled()) {
s_logger.trace("Task " + task.getNameLabel(c) + " (" + task.getType(c) + ") sent to " + c.getSessionReference() + " is pending completion with a " + timeout +