mirror of https://github.com/apache/cloudstack.git
bug 12348: loggin changes and removing setting of start state from outside vm-sync
This commit is contained in:
parent
f691438a01
commit
9666af7a74
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue