bug 12348: loggin changes and removing setting of start state from outside vm-sync

This commit is contained in:
Abhinandan Prateek 2011-12-16 17:41:07 +05:30
parent f691438a01
commit 9666af7a74
1 changed files with 1 additions and 1 deletions

View File

@ -1155,7 +1155,7 @@ public abstract class CitrixResourceBase implements ServerResource, HypervisorRe
}
}
//state = State.Running; VM sync will mark it as started once detected on agent
state = State.Starting;
return new StartAnswer(cmd);
} catch (Exception e) {
s_logger.warn("Catch Exception: " + e.getClass().toString() + " due to " + e.toString(), e);