mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
spaces in log message
This commit is contained in:
parent
22e71be034
commit
1669bb98a4
@ -1166,7 +1166,7 @@ public class ResourceManagerImpl extends ManagerBase implements ResourceManager,
|
|||||||
ResourceState currentState = host.getResourceState();
|
ResourceState currentState = host.getResourceState();
|
||||||
ResourceState nextState = currentState.getNextState(event);
|
ResourceState nextState = currentState.getNextState(event);
|
||||||
if (nextState == null) {
|
if (nextState == null) {
|
||||||
throw new NoTransitionException("No next resource state found for current state =" + currentState + " event =" + event);
|
throw new NoTransitionException("No next resource state found for current state = " + currentState + " event = " + event);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TO DO - Make it more granular and have better conversion into capacity type
|
// TO DO - Make it more granular and have better conversion into capacity type
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user